Freigeben über


XmlPath.NamespacesDefinitions-Eigenschaft

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; }

Eigenschaftswert

Typ: System.Collections.Generic.IList<String>

Siehe auch

Referenz

XmlPath Klasse

XmlPath-Member

DocumentFormat.OpenXml-Namespace