This document is archived and information here might be outdated.  Recommended version.


IXMLReader.LookupPrefix Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IXMLReader.LookupPrefix Method

Obtains the prefix for a declared URI.

[Visual Basic .NET]
Public Function LookupPrefix ( _
    ByVal Prefix As String _
) As String
[C#]
public string LookupPrefix (
    string Prefix
);
[C++]
HRESULT LookupPrefix(
  BSTR Prefix,
  BSTR* uri
);
[C++]

Parameters Prefix [in] Prefix is a parameter of type BSTR uri [out, retval] uri is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IXMLReader Interface