OpenXmlDomReader.NamespaceDeclarations Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the namespace declarations of the current element.
public override System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string>> NamespaceDeclarations { get; }
member this.NamespaceDeclarations : seq<System.Collections.Generic.KeyValuePair<string, string>>
Public Overrides ReadOnly Property NamespaceDeclarations As IEnumerable(Of KeyValuePair(Of String, String))