ObjectStateFormatter.IFormatter.SurrogateSelector 属性

定义

有关此成员的说明,请参见 SurrogateSelectorFor a description of this member, see 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

当前格式化程序所使用的 SurrogateSelectorThe SurrogateSelector used by this formatter.

实现

注解

设置此属性不起作用。Setting this property has no effect.

此成员是显式接口成员的实现。This member is an explicit interface member implementation. 它只能在 ObjectStateFormatter 实例被强制转换为 IFormatter 接口时使用。It can be used only when the ObjectStateFormatter instance is cast to an IFormatter interface.

适用于