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

屬性值

一個 XmlSchemaObjectCollectionappinfodocumentation 子元素。

備註

註解可以包含 XmlSchemaAppInfo (應用程式使用的資訊)或 XmlSchemaDocumentation (人類使用的註解或文字)。

適用於