XmlSchemaSet.GlobalAttributes Egenskap

Definition

Hämtar alla globala attribut i alla XSD-scheman (XML Schema Definition Language) i 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

Egenskapsvärde

Samlingen med globala attribut.

Gäller för

Se även