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 collection Items
utilisée pour stocker les éléments enfants appinfo
et documentation
.
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é
XmlSchemaObjectCollection d' appinfo
et éléments enfants documentation
.
Remarques
Une annotation peut contenir XmlSchemaAppInfo (informations utilisées par les applications) ou XmlSchemaDocumentation (commentaires ou texte utilisés par les humains).