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

appinfodocumentation 자식 요소의 XmlSchemaObjectCollection입니다.

설명

주석이 포함 될 수 있습니다 XmlSchemaAppInfo (애플리케이션에서 사용 되는 정보) 또는 XmlSchemaDocumentation (주석 또는 사용자가 사용 되는 텍스트)입니다.

적용 대상