共用方式為


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

屬性值

SurrogateSelector,由這個格式子所使用。

實作

備註

設定此屬性沒有任何作用。

這個成員是明確介面成員實作, 只有在 ObjectStateFormatter 執行個體轉換成 IFormatter 介面時,才能使用這個成員。

適用於