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 .

설명

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

적용 대상