Share via


XmlSchemaComplexType.AttributeUses 속성

정의

이 복합 형식과 해당 기본 형식의 모든 컴파일된 특성의 컬렉션을 가져옵니다.

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

속성 값

XmlSchemaObjectTable

이 복합 형식과 그 네이티브 형식의 모든 특성 컬렉션입니다. AttributeUses 속성의 컴파일 이후 값입니다.

설명

예를 들어 계층 구조의 각 형식에서 속성의 Attributes 모든 특성의 조합입니다.

이 속성의 값은 읽기 전용입니다. 이 속성에는 인스턴스 문서에서 허용되는 전체 특성 집합을 결정하기 위해 스키마가 성공적으로 컴파일된 후의 값이 있습니다.

적용 대상