OpenXmlElement.NamespaceDeclarations Property

Definition

Gets all the namespace declarations defined in the current element. Returns an empty enumerator if there is no namespace declaration.

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))

Property Value

Applies to