Sdílet prostřednictvím


ObjectStateFormatter.IFormatter.Binder Vlastnost

Definice

Popis tohoto člena najdete 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 , který provádí vyhledávání typů během deserializace.

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