Share via


XmlSchemaRedefine.AttributeGroups 속성

정의

스키마에 있는 모든 특성에 대해 AttributeGroups 속성의 컴파일 이후 값을 포함하는 XmlSchemaObjectTable을 가져옵니다.

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입니다. AttributeGroups 속성의 컴파일 이후 값입니다.

적용 대상