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

プロパティ値

XmlSchemaObjectCollection

appinfo 子要素およびdocumentation 子要素の XmlSchemaObjectCollection

注釈

注釈には、(アプリケーションで使用される情報) または XmlSchemaDocumentation (人間が使用するコメントまたはテキスト) を含XmlSchemaAppInfoめることができます。

適用対象