XmlSchema.Elements 属性  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取架构中所有元素的架构编译后值。
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 集合。