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子要素とappinfo子要素のdocumentation

注釈

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

適用対象