XmlSchemaAnnotation.Items 属性

定义

获取用于存储 Itemsappinfo 子元素的 documentation 集合。

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

appinfodocumentation 子元素的 XmlSchemaObjectCollection

注解

批注可以包含 XmlSchemaAppInfo 应用程序) 使用的 (信息,或者 XmlSchemaDocumentation (人工) 使用的注释或文本。

适用于