SoapFormatter.SurrogateSelector Vlastnost

Definice

Získá nebo nastaví SurrogateSelector , který řídí nahrazení typu během serializace a deserializace.

public:
 property System::Runtime::Serialization::ISurrogateSelector ^ SurrogateSelector { System::Runtime::Serialization::ISurrogateSelector ^ get(); void set(System::Runtime::Serialization::ISurrogateSelector ^ value); };
public System.Runtime.Serialization.ISurrogateSelector SurrogateSelector { get; set; }
member this.SurrogateSelector : System.Runtime.Serialization.ISurrogateSelector with get, set
Public Property SurrogateSelector As ISurrogateSelector

Hodnota vlastnosti

Používá se SurrogateSelector s tímto SoapFormatter.

Implementuje

Poznámky

System.Runtime.Remoting Používá se ke generování ObjRef instancí pro MarshalByRefObject objekty.

Platí pro