XmlSchema.Items 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取架构中的架构元素的集合,并用于在 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架构中的架构元素。
注解
的集合XmlSchemaAnnotation、、、XmlSchemaAttribute、XmlSchemaAttributeGroupXmlSchemaComplexType、XmlSchemaSimpleType、或XmlSchemaElementXmlSchemaGroupXmlSchemaNotation。