XmlSchemaSet.GlobalAttributes Eigenschaft

Definition

Ruft alle globalen Attribute in allen XSD-Schemas (XML Schema Definition Language) im XmlSchemaSet ab.

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

Eigenschaftswert

Die Auflistung globaler Attributen.

Gilt für:

Weitere Informationen