XmlPath.NamespacesDefinitions Property
Gets the namespaces definitions used in the XPath.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public ReadOnly Property NamespacesDefinitions As IList(Of String)
Get
'Usage
Dim instance As XmlPath
Dim value As IList(Of String)
value = instance.NamespacesDefinitions
public IList<string> NamespacesDefinitions { get; }
Property Value
Type: System.Collections.Generic.IList<String>