XmlDocument.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.
Retourne le jeu d’informations postérieures à la validation du schéma (PSVI, Post-Schema-Validation-Infoset) pour le nœud.
public:
virtual property System::Xml::Schema::IXmlSchemaInfo ^ SchemaInfo { System::Xml::Schema::IXmlSchemaInfo ^ 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é
L'objet IXmlSchemaInfo représentant le PSVI du nœud.
Remarques
Le contenu PSVI de cette propriété est défini une fois le nœud validé.
Cette propriété est une extension Microsoft du modèle DOM (Document Object Model).