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é assigné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 qui contient les informations de schéma du nœud actuel.
Remarques
Notes
Dans le .NET Framework 2.0, la pratique recommandée consiste à créer XmlReader des instances à l’aide de la XmlReaderSettings classe et de la Create méthode. Cela vous permet de tirer pleinement parti de toutes les nouvelles fonctionnalités introduites dans le .NET Framework. Pour plus d’informations, consultez la section Notes dans la XmlReader page de référence.
L’interface IXmlSchemaInfo représente l’ensemble d’informations de validation post-schéma (PSVI) du nœud XML sous-jacent. Le contenu PSVI de cette propriété est défini une fois le nœud validé.