XmlSchema.Notations 속성

정의

스키마에 있는 모든 표기법에 대한 스키마 컴파일 이후 값을 가져옵니다.

public:
 property System::Xml::Schema::XmlSchemaObjectTable ^ Notations { System::Xml::Schema::XmlSchemaObjectTable ^ get(); };
public System.Xml.Schema.XmlSchemaObjectTable Notations { get; }
member this.Notations : System.Xml.Schema.XmlSchemaObjectTable
Public ReadOnly Property Notations As XmlSchemaObjectTable

속성 값

XmlSchemaObjectTable

스키마에 있는 모든 표기법의 XmlSchemaObjectTable 컬렉션입니다.

적용 대상