XmlSchema.AttributeGroups 속성

정의

스키마에 있는 모든 전역 특성 그룹의 스키마 컴파일 이후 값을 가져옵니다.

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

속성 값

XmlSchemaObjectTable

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

적용 대상