ObjectStateFormatter.IFormatter.SurrogateSelector Vlastnost

Definice

Popis tohoto člena najdete v tématu 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

Hodnota vlastnosti

The SurrogateSelector used by this formatter.

Implementuje

Poznámky

Nastavení této vlastnosti nemá žádný vliv.

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v ObjectStateFormatter případě, že je instance přetypovaná na IFormatter rozhraní.

Platí pro