XPathNavigator.SchemaInfo Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 unnull
ValueTypenon-null
ValueType. 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
.