共用方式為


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 屬性,即可新增或移除屬性延伸。

注意

方言和識別碼屬性並未包含在這個集合中。

適用於