OpenXmlElement.LookupPrefix(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.
Finds the corresponding prefix for a namespace uri in the current element scope.
public string LookupPrefix (string namespaceUri);
public string? LookupPrefix (string namespaceUri);
member this.LookupPrefix : string -> string
Public Function LookupPrefix (namespaceUri As String) As String
Parameters
- namespaceUri
- String
The namespace uri.
Returns
The corresponding prefix. Returns null (Nothing in Visual Basic) if no prefix is found.