XmlSchema.Items 屬性

定義

取得結構描述中結構描述項目的集合,並用於在 schema 項目層級加入新項目型別。

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

屬性值

XmlSchemaObjectCollection

結構描述中結構描述項目的 XmlSchemaObjectCollection

備註

XmlSchemaAttribute 、、 XmlSchemaComplexType XmlSchemaAttributeGroupXmlSchemaSimpleTypeXmlSchemaElementXmlSchemaGroupXmlSchemaNotationXmlSchemaAnnotation 集合。

適用於