XmlSchemaAll.Items 属性

定义

获取包含在 XmlSchemaElement 复合器内的 all 元素的集合。

public:
 virtual property System::Xml::Schema::XmlSchemaObjectCollection ^ Items { System::Xml::Schema::XmlSchemaObjectCollection ^ get(); };
public override System.Xml.Schema.XmlSchemaObjectCollection Items { get; }
member this.Items : System.Xml.Schema.XmlSchemaObjectCollection
Public Overrides ReadOnly Property Items As XmlSchemaObjectCollection

属性值

包含在 XmlSchemaAll 中的元素的集合。

适用于