XmlSchema.Attributes 속성

정의

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

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

속성 값

스키마에 있는 모든 특성의 XmlSchemaObjectTable 컬렉션입니다.

적용 대상