XmlSchemaSet.GlobalAttributes 属性

定义

获取所有 XML 架构定义语言 (XSD) 架构中的所有 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

属性值

全局属性的集合。

适用于

另请参阅