XmlNodeReader.IXmlNamespaceResolver.LookupNamespace(String) Method

Definition

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

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

Parameters

prefix
String

String that contains the namespace prefix.

Returns

String that contains the namespace name.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the XmlNodeReader instance is cast to an IXmlNamespaceResolver interface.

Applies to