OpenXmlElement.LookupPrefix(String) Method

Definition

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.

Applies to