XmlSchemaAll.Items 属性
定义
获取包含在 XmlSchemaElement 复合器内的 all 元素的集合。Gets the collection of XmlSchemaElement elements contained within the all compositor.
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 中的元素的集合。The collection of elements contained in XmlSchemaAll.