XmlSchemaAnnotation.Items Proprietà

Definizione

Ottiene la Items raccolta utilizzata per archiviare gli appinfo elementi figlio 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

Valore della proprietà

Oggetto XmlSchemaObjectCollection di appinfo e documentation elementi figlio.

Commenti

Un'annotazione può contenere XmlSchemaAppInfo (informazioni usate dalle applicazioni) o XmlSchemaDocumentation (commenti o testo usati dagli esseri umani).

Si applica a