Share via


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 中包含的項目集合。

適用於