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)

属性值

MetadataSection 的 XML 属性集合。 默认集合为空。

注解

使用 Attributes 属性可添加或移除属性扩展。

注意

此集合中未包括方言和标识符属性。

适用于