XmlSchemaAnnotation.Items Propriedade

Definição

Obtém a Items coleção que é usada para armazenar os appinfo elementos e documentation filhos.

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 Propriedade

Um XmlSchemaObjectCollection de appinfo e documentation um filho.

Observações

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

Aplica-se a