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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.