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)

屬性值

Collection<XmlAttribute>

出現在 XmlAttribute 的序列化格式中的 MetadataSet 物件。

適用於