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

スキーマ内のすべての属性の XmlSchemaObjectTableAttributeGroups プロパティのコンパイル後の値。

適用対象