Compartir a través de


XmlSchemaAnnotation.Items Propiedad

Definición

Obtiene la colección Items que se utiliza para almacenar los elementos secundarios appinfo y 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

Valor de propiedad

XmlSchemaObjectCollection

XmlSchemaObjectCollection de elementos secundarios appinfo y documentation.

Comentarios

Una anotación puede contener XmlSchemaAppInfo (información utilizada por las aplicaciones) o XmlSchemaDocumentation (comentarios o texto que usan los seres humanos).

Se aplica a