ServiceModelExtensionCollectionElement<TServiceModelExtensionElement>.OnDeserializeUnrecognizedElement Méthode

Définition

Obtient une valeur qui indique si un élément inconnu est rencontré pendant la désérialisation.

protected:
 override bool OnDeserializeUnrecognizedElement(System::String ^ elementName, System::Xml::XmlReader ^ reader);
protected override bool OnDeserializeUnrecognizedElement (string elementName, System.Xml.XmlReader reader);
override this.OnDeserializeUnrecognizedElement : string * System.Xml.XmlReader -> bool
Protected Overrides Function OnDeserializeUnrecognizedElement (elementName As String, reader As XmlReader) As Boolean

Paramètres

elementName
String

Nom du sous-élément inconnu.

reader
XmlReader

XmlReader utilisé pour la désérialisation.

Retours

Boolean

true lorsqu'un élément inconnu est rencontré pendant la désérialisation ; sinon, false.

S’applique à