OpenXmlElement.LookupNamespace(String) Method
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.
Resolves the namespace prefix in the context of the current node.
public string LookupNamespace (string prefix);
public string? LookupNamespace (string prefix);
member this.LookupNamespace : string -> string
Public Function LookupNamespace (prefix As String) As String
Parameters
- prefix
- String
The prefix to resolve.
Returns
The resolved namespace. Returns null (Nothing in Visual Basic) if the prefix cannot be resolved.