XmlTextReader.IXmlNamespaceResolver.LookupPrefix(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 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
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.