OpenXmlReader.NamespaceDeclarations Property

Definition

Gets the namespace declarations of the current element.

public abstract System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string>> NamespaceDeclarations { get; }
member this.NamespaceDeclarations : seq<System.Collections.Generic.KeyValuePair<string, string>>
Public MustOverride ReadOnly Property NamespaceDeclarations As IEnumerable(Of KeyValuePair(Of String, String))

Property Value

Applies to