EN
Ce contenu n’est pas disponible dans votre langue. Voici la version anglaise.
Ce sujet n'a pas encore été évalué - Évaluez ce sujet

DataContractSerializer.KnownTypes Property

May 02, 2013

Gets a collection of types that may be present in the object graph serialized using this instance of the DataContractSerializer.

Namespace:  System.Runtime.Serialization
Assembly:  System.Runtime.Serialization (in System.Runtime.Serialization.dll)
public ReadOnlyCollection<Type> KnownTypes { get; }

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<Type>
A ReadOnlyCollection<T> that contains the expected types passed in as known types to the DataContractSerializer constructor.

The KnownTypes property provides the set of known types that are used for serialization and deserialization.

Windows Phone OS

Supported in: 8.0, 7.1, 7.0

Windows Phone

Cela vous a-t-il été utile ?
(1500 caractères restants)
© 2013 Microsoft. Tous droits réservés.