MetadataSection.Attributes プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
メタデータに対して属性の拡張の追加または削除を行うために使用できる 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)
プロパティ値
MetadataSection の XML 属性のコレクション。 既定のコレクションは空です。
注釈
Attributes プロパティを使用して、属性の拡張を追加または削除します。
注意
言語属性および識別子属性は、このコレクションに含まれません。