次の方法で共有


XmlSchemaAttributeGroup.Attributes プロパティ

定義

属性グループの属性のコレクションを取得します。 XmlSchemaAttribute 要素と XmlSchemaAttributeGroupRef 要素を格納します。

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

プロパティ値

XmlSchemaObjectCollection

属性グループの属性のコレクション。

適用対象