ObjectStateFormatter.IFormatter.Binder Vlastnost

Definice

Popis tohoto člena naleznete v tématu Binder.

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

Hodnota vlastnosti

Ten SerializationBinder provádí vyhledávání typů během deserializace.

Implementuje

Poznámky

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

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

Platí pro