共用方式為


XmlSchemaSequence.Items 屬性

定義

複合項中包含的元素。 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

複合項中包含的元素。

適用於