OpenXmlElement.LookupPrefix Method
Finds the corresponding prefix for a namespace uri in the current element scope.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public Function LookupPrefix ( _
namespaceUri As String _
) As String
用法
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.