XmlSchemaAnnotation.Items 属性

定义

Items获取用于存储元素和appinfo子元素的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

属性值

XmlSchemaObjectCollectionappinfo元素和documentation子元素。

注解

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

适用于