MetadataSet.Attributes プロパティ

定義

シリアル化形式の XmlAttribute に表示される MetadataSet オブジェクトのコレクションを取得します。

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)

プロパティ値

シリアル化形式の XmlAttribute に表示される MetadataSet オブジェクト。

適用対象