XmlTextReader.IXmlNamespaceResolver.LookupPrefix(String) Method

Definition

For a description of this member, see LookupPrefix(String).

 virtual System::String ^ System.Xml.IXmlNamespaceResolver.LookupPrefix(System::String ^ namespaceName) = System::Xml::IXmlNamespaceResolver::LookupPrefix;
string IXmlNamespaceResolver.LookupPrefix (string namespaceName);
abstract member System.Xml.IXmlNamespaceResolver.LookupPrefix : string -> string
override this.System.Xml.IXmlNamespaceResolver.LookupPrefix : string -> string
Function LookupPrefix (namespaceName As String) As String Implements IXmlNamespaceResolver.LookupPrefix

Parameters

namespaceName
String

The namespace URI whose prefix you wish to find.

Returns

The prefix that is mapped to the namespace URI; null if the namespace URI is not mapped to a prefix.

Implements

Applies to

See also