NetDataContractSerializer.SurrogateSelector Vlastnost

Definice

Získá nebo nastaví objekt, který pomáhá formatter při výběru náhradní pro serializaci.

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

An ISurrogateSelector pro výběr náhradního.

Implementuje

Poznámky

Další informace o nástroji najdete v IDataContractSurrogatetématu Náhradní smlouvy dat.

Platí pro

Viz také