XmlSchemaSet.GlobalElements 属性

定义

获取 XmlSchemaSet 中所有 XML 架构定义语言 (XSD) 架构的所有全局元素。

public:
 property System::Xml::Schema::XmlSchemaObjectTable ^ GlobalElements { System::Xml::Schema::XmlSchemaObjectTable ^ get(); };
public System.Xml.Schema.XmlSchemaObjectTable GlobalElements { get; }
member this.GlobalElements : System.Xml.Schema.XmlSchemaObjectTable
Public ReadOnly Property GlobalElements As XmlSchemaObjectTable

属性值

全局元素的集合。

适用于

另请参阅