XmlSchema.Elements 属性

定义

获取架构中所有元素的架构编译后值。

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

属性值

架构中所有元素的 XmlSchemaObjectTable 集合。

适用于