XmlSchemaAnnotation.Items 属性
定义
获取用于存储 Items 和 appinfo 子元素的 documentation 集合。Gets the Items collection that is used to store the appinfo and documentation child elements.
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
属性值
appinfo 和 documentation 子元素的 XmlSchemaObjectCollection。An XmlSchemaObjectCollection of appinfo and documentation child elements.
注解
批注可以包含 XmlSchemaAppInfo 应用程序使用的 (信息) 或 XmlSchemaDocumentation (人) 使用的注释或文本。An annotation can contain XmlSchemaAppInfo (information used by applications) or XmlSchemaDocumentation (comments or text used by humans).