XmlValidatingReader.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 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
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.