Condividi tramite


XmlSchemaAnnotation.Items Proprietà

Definizione

Ottiene l'insieme Items, che è utilizzato per memorizzare gli elementi figlio 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

Valore della proprietà

XmlSchemaObjectCollection

Classe XmlSchemaObjectCollection di elementi figlio appinfo e documentation.

Commenti

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

Si applica a