Partager via


XPathNavigator.SchemaInfo Propriété

Définition

Obtient les informations de schéma qui ont été affectées au nœud actuel à la suite de la validation du schéma.

public:
 virtual property System::Xml::Schema::IXmlSchemaInfo ^ SchemaInfo { System::Xml::Schema::IXmlSchemaInfo ^ get(); };
public virtual System.Xml.Schema.IXmlSchemaInfo? SchemaInfo { get; }
public virtual System.Xml.Schema.IXmlSchemaInfo SchemaInfo { get; }
member this.SchemaInfo : System.Xml.Schema.IXmlSchemaInfo
Public Overridable ReadOnly Property SchemaInfo As IXmlSchemaInfo

Valeur de propriété

Objet IXmlSchemaInfo qui contient les informations de schéma pour le nœud actuel.

Remarques

Les informations de schéma peuvent être définies sur Element, Attributeou sur des nœuds Text avec unnullValueTypenon-nullValueType. Si le nœud actuel n’est pas l’un des types de nœuds ci-dessus ou si l’instance XPathNavigator ne signale pas d’informations de schéma, la propriété SchemaInfo retourne null.

S’applique à