XmlSchemaSet.GlobalAttributes 屬性

定義

取得 XmlSchemaSet 中所有 XML 結構描述定義語言 (XSD) 結構描述的所有全域屬性。

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

屬性值

全域屬性的集合。

適用於

另請參閱