XmlSchemaSet.GlobalAttributes Propriedade

Definição

Obtém todos os atributos globais em todos os esquemas da linguagem de definição de esquemas XML (XSD) no XmlSchemaSet.

public:
 property System::Xml::Schema::XmlSchemaObjectTable ^ GlobalAttributes { System::Xml::Schema::XmlSchemaObjectTable ^ get(); };
public System.Xml.Schema.XmlSchemaObjectTable GlobalAttributes { get; }
member this.GlobalAttributes : System.Xml.Schema.XmlSchemaObjectTable
Public ReadOnly Property GlobalAttributes As XmlSchemaObjectTable

Valor de Propriedade

A coleção de atributos globais.

Aplica-se a

Ver também