XmlSchemaAnnotated.Annotation 속성

정의

annotation 속성을 가져오거나 설정합니다.

public:
 property System::Xml::Schema::XmlSchemaAnnotation ^ Annotation { System::Xml::Schema::XmlSchemaAnnotation ^ get(); void set(System::Xml::Schema::XmlSchemaAnnotation ^ value); };
public System.Xml.Schema.XmlSchemaAnnotation? Annotation { get; set; }
public System.Xml.Schema.XmlSchemaAnnotation Annotation { get; set; }
member this.Annotation : System.Xml.Schema.XmlSchemaAnnotation with get, set
Public Property Annotation As XmlSchemaAnnotation

속성 값

XmlSchemaAnnotation

annotation 속성을 나타내는 XmlSchemaAnnotation입니다.

적용 대상