Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Resolve the namespace prefix in the context of current node
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Function LookupNamespace ( _
prefix As String _
) As String
'Usage
Dim instance As OpenXmlElement
Dim prefix As String
Dim returnValue As String
returnValue = instance.LookupNamespace(prefix)
public string LookupNamespace(
string prefix
)
Parameters
- prefix
Type: System.String
The prefix to be resolved
Return Value
Type: System.String
The resolved namespace. Null if the prefix cannot be resolved