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 属性可添加或移除属性扩展。
注意
此集合中未包括方言和标识符属性。