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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.