XmlNodeReader.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.
public:
virtual property System::Xml::Schema::IXmlSchemaInfo ^ SchemaInfo { System::Xml::Schema::IXmlSchemaInfo ^ get(); };
public override System.Xml.Schema.IXmlSchemaInfo? SchemaInfo { get; }
public override System.Xml.Schema.IXmlSchemaInfo SchemaInfo { get; }
member this.SchemaInfo : System.Xml.Schema.IXmlSchemaInfo
Public Overrides ReadOnly Property SchemaInfo As IXmlSchemaInfo
Valeur de propriété
Objet IXmlSchemaInfo contenant les informations de schéma pour le nœud actuel.
Remarques
Note
Pour tirer parti des fonctionnalités plus récentes, la pratique recommandée consiste à créer XmlReader des instances à l’aide de la XmlReaderSettings classe et de la Create méthode. Pour plus d’informations, consultez la section Remarques dans la XmlReader page de référence.
L’interface IXmlSchemaInfo représente l’ensemble d’informations de validation de schéma (PSVI) du nœud XML sous-jacent. Le contenu PSVI de cette propriété est défini après la validation du nœud.