Share via


MetadataSection.Attributes プロパティ

定義

メタデータに対して属性の拡張の追加または削除を行うために使用できる XML 属性のコレクションを取得します。

public:
 property System::Collections::ObjectModel::Collection<System::Xml::XmlAttribute ^> ^ Attributes { System::Collections::ObjectModel::Collection<System::Xml::XmlAttribute ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.Xml.XmlAttribute> Attributes { get; }
member this.Attributes : System.Collections.ObjectModel.Collection<System.Xml.XmlAttribute>
Public ReadOnly Property Attributes As Collection(Of XmlAttribute)

プロパティ値

Collection<XmlAttribute>

MetadataSection の XML 属性のコレクション。 既定のコレクションは空です。

注釈

Attributes プロパティを使用して、属性の拡張を追加または削除します。

注意

言語属性および識別子属性は、このコレクションに含まれません。

適用対象