XmlValidatingReader.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

The namespace prefix.

Returns

A string value that contains the namespace Uri that is associated with the prefix.

Implements

Remarks

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

Applies to

See also