XmlSchemaAnnotation.Items Propriedade

Definição

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

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

Um XmlSchemaObjectCollection elemento filho e appinfo um elemento documentation filho.

Comentários

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

Aplica-se a