ObjectStateFormatter.IFormatter.SurrogateSelector 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如需這個成員的說明,請參閱 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 介面時,才能使用這個成員。