XmlSchemaAnnotation.Items Propriété

Définition

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

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).

S’applique à