XmlSchema.Items Propriedade
Definição
Obtém a coleção de elementos de esquema no esquema e é usado para adicionar novos tipos de elemento no nível de elemento schema.Gets the collection of schema elements in the schema and is used to add new element types at the schema element level.
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 da propriedade
Um XmlSchemaObjectCollection de elementos de esquema no esquema.An XmlSchemaObjectCollection of schema elements in the schema.
Comentários
A coleção de XmlSchemaAnnotation , XmlSchemaAttribute , XmlSchemaAttributeGroup , XmlSchemaComplexType , XmlSchemaSimpleType , XmlSchemaElement , XmlSchemaGroup ou XmlSchemaNotation .The collection of XmlSchemaAnnotation, XmlSchemaAttribute, XmlSchemaAttributeGroup, XmlSchemaComplexType, XmlSchemaSimpleType, XmlSchemaElement, XmlSchemaGroup, or XmlSchemaNotation.