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

属性值

XmlSchemaObjectTable

属性特性的集合。

适用于

另请参阅