共用方式為


XmlSchemaChoice.Items 屬性

定義

取得以複合項 (choice):XmlSchemaElementXmlSchemaGroupRefXmlSchemaChoiceXmlSchemaSequenceXmlSchemaAny 來包含的項目集合。

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

屬性值

XmlSchemaObjectCollection

XmlSchemaChoice 中包含的項目集合。

適用於