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 对象。

适用于