DataContractSerializerSection.DeclaredTypes Eigenschap

Definitie

Hiermee haalt u een verzameling typen op die aan de KnownTypes eigenschap zijn toegevoegd.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

public:
 property System::Runtime::Serialization::Configuration::DeclaredTypeElementCollection ^ DeclaredTypes { System::Runtime::Serialization::Configuration::DeclaredTypeElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("declaredTypes", DefaultValue=null)]
public System.Runtime.Serialization.Configuration.DeclaredTypeElementCollection DeclaredTypes { get; }
[<System.Configuration.ConfigurationProperty("declaredTypes", DefaultValue=null)>]
member this.DeclaredTypes : System.Runtime.Serialization.Configuration.DeclaredTypeElementCollection
Public ReadOnly Property DeclaredTypes As DeclaredTypeElementCollection

Waarde van eigenschap

Een DeclaredTypeElementCollection die de bekende typen bevat.

Kenmerken

Van toepassing op

Zie ook