XmlSchema.Items Propiedad

Definición

Obtiene la colección de elementos de esquema del esquema y se usa para agregar nuevos tipos de elementos en el nivel de schema 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

Valor de propiedad

de XmlSchemaObjectCollection elementos de esquema en el esquema.

Comentarios

Colección de XmlSchemaAnnotation, , , XmlSchemaAttributeXmlSchemaAttributeGroup, XmlSchemaComplexType, XmlSchemaSimpleType, , XmlSchemaElemento XmlSchemaGroup. XmlSchemaNotation

Se aplica a