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、、XmlSchemaAttributeGroupXmlSchemaComplexTypeXmlSchemaSimpleTypeXmlSchemaElement、 或XmlSchemaGroupXmlSchemaNotation集合XmlSchemaAnnotation

适用于