ObjectStateFormatter.IFormatter.SurrogateSelector 属性

定义

有关此成员的说明,请参见 SurrogateSelector

property System::Runtime::Serialization::ISurrogateSelector ^ System::Runtime::Serialization::IFormatter::SurrogateSelector { System::Runtime::Serialization::ISurrogateSelector ^ get(); void set(System::Runtime::Serialization::ISurrogateSelector ^ value); };
System.Runtime.Serialization.ISurrogateSelector System.Runtime.Serialization.IFormatter.SurrogateSelector { get; set; }
member this.System.Runtime.Serialization.IFormatter.SurrogateSelector : System.Runtime.Serialization.ISurrogateSelector with get, set
 Property SurrogateSelector As ISurrogateSelector Implements IFormatter.SurrogateSelector

属性值

ISurrogateSelector

当前格式化程序所使用的 SurrogateSelector

实现

注解

设置此属性不起作用。

此成员是显式接口成员的实现。 它只能在 ObjectStateFormatter 实例被强制转换为 IFormatter 接口时使用。

适用于