XmlSchemaAnnotation.Items Propiedad

Definición

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

de XmlSchemaObjectCollectionappinfo elementos secundarios y documentation .

Comentarios

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

Se aplica a