XmlSchemaSet.GlobalAttributes Proprietà

Definizione

Ottiene tutti gli attributi globali di tutti gli schemi XSD (XML Schema Definition Language) nella classe 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

Valore della proprietà

Raccolta di attributi globali.

Si applica a

Vedi anche