XmlSchema.Items Proprietà

Definizione

Ottiene la raccolta di elementi dello schema nello schema e viene utilizzata per aggiungere nuovi tipi di elemento a schema livello di elemento.

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 degli elementi dello schema nello schema.

Commenti

Raccolta di XmlSchemaAnnotation, XmlSchemaAttributeXmlSchemaAttributeGroup, XmlSchemaComplexType, XmlSchemaSimpleType, XmlSchemaElement, , XmlSchemaGroupo XmlSchemaNotation.

Si applica a