Compartilhar via


XmlSchemaAnnotation.Items Propriedade

Definição

Obtém a coleção de Items que é usada para armazenar os elementos filhos appinfo e 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 da propriedade

XmlSchemaObjectCollection

Um XmlSchemaObjectCollection elemento filho e documentation um elemento appinfo filho.

Comentários

Uma anotação pode conter XmlSchemaAppInfo (informações usadas por aplicativos) ou XmlSchemaDocumentation (comentários ou texto usados por humanos).

Aplica-se a