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 屬性,即可新增或移除屬性延伸。
注意
方言和識別碼屬性並未包含在這個集合中。