OpenXmlElement.NamespaceDeclarations 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取在当前元素中定义的所有命名空间声明。 如果没有命名空间声明,则返回空枚举器。
public System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string>> NamespaceDeclarations { get; }
member this.NamespaceDeclarations : seq<System.Collections.Generic.KeyValuePair<string, string>>
Public ReadOnly Property NamespaceDeclarations As IEnumerable(Of KeyValuePair(Of String, String))