XmlSchema.Items Propriété

Définition

Obtient la collection d'éléments de schéma dans le schéma et est utilisé pour ajouter de nouveaux types d'élément au niveau de l'élément 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

Valeur de propriété

XmlSchemaObjectCollection

XmlSchemaObjectCollection d'éléments de schéma dans le schéma.

Remarques

Collection de XmlSchemaAnnotation, XmlSchemaSimpleTypeXmlSchemaAttributeXmlSchemaComplexTypeXmlSchemaElementXmlSchemaAttributeGroupXmlSchemaGroupou .XmlSchemaNotation

S’applique à