XmlSchema.Items Proprietà

Definizione

Ottiene l'insieme degli elementi presenti nello schema e viene utilizzato per aggiungere nuovi tipi di elementi a livello dell'elemento schema.

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 di schema presenti nello schema.

Commenti

Raccolta di XmlSchemaAnnotation, XmlSchemaSimpleTypeXmlSchemaAttributeXmlSchemaComplexTypeXmlSchemaElementXmlSchemaAttributeGroup, XmlSchemaGroupo .XmlSchemaNotation

Si applica a