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.
Finds the corresponding prefix for a namespace uri in the current element scope.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Function LookupPrefix ( _
namespaceUri As String _
) As String
'Usage
Dim instance As OpenXmlElement
Dim namespaceUri As String
Dim returnValue As String
returnValue = instance.LookupPrefix(namespaceUri)
public string LookupPrefix(
string namespaceUri
)
Parameters
- namespaceUri
Type: System.String
The namespace uri.
Return Value
Type: System.String
The corresponding prefix. Null if not found.