XmlSchemaAnnotation.Items 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 la Items collection utilisée pour stocker les éléments enfants et appinfo les documentation éléments enfants.
public:
property System::Xml::Schema::XmlSchemaObjectCollection ^ Items { System::Xml::Schema::XmlSchemaObjectCollection ^ get(); };
public System.Xml.Schema.XmlSchemaObjectCollection Items { get; }
member this.Items : System.Xml.Schema.XmlSchemaObjectCollection
Public ReadOnly Property Items As XmlSchemaObjectCollection
Valeur de propriété
Un XmlSchemaObjectCollection élément appinfo enfant et documentation un élément enfant.
Remarques
Une annotation peut contenir XmlSchemaAppInfo (informations utilisées par les applications) ou XmlSchemaDocumentation (commentaires ou texte utilisés par les humains).