XmlTextReader.IXmlNamespaceResolver.LookupNamespace(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 prefix whose namespace URI you wish to find.
Returns
The namespace URI that is mapped to the prefix; null
if the prefix is not mapped to a namespace URI.
Implements
Remarks
This member is an explicit interface member implementation. It can be used only when the XmlTextReader instance is cast to an IXmlNamespaceResolver interface.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.