XmlDocument.Schemas 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 ou définit l'objet XmlSchemaSet associé à cet élément XmlDocument.
public:
property System::Xml::Schema::XmlSchemaSet ^ Schemas { System::Xml::Schema::XmlSchemaSet ^ get(); void set(System::Xml::Schema::XmlSchemaSet ^ value); };
public System.Xml.Schema.XmlSchemaSet Schemas { get; set; }
member this.Schemas : System.Xml.Schema.XmlSchemaSet with get, set
Public Property Schemas As XmlSchemaSet
Valeur de propriété
Un objet XmlSchemaSet contenant les schémas XSD (XML Schema Definition Language) associés à cet élément XmlDocument ; sinon, un objet XmlSchemaSet vide.
Remarques
Les schémas contenus dans un XmlSchemaSet objet associé à un XmlDocument objet sont utilisés pour la validation lorsque la Validate méthode d’un XmlDocument est exécutée.
Lorsqu’un XmlDocument objet est initialisé avec des données XML d’un XmlReader objet, l’objet XmlSchemaSet est chargé à partir de la Schemas propriété de l’objet XmlReader .