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


IXMLReader.LookupPrefix Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IX > IXMLReader Interface > IXMLReader.LookupPrefix Method
ArcGIS Developer Help

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
);
[C++]
Parameters
Prefix [in]

Prefix is a parameter of type BSTR

Product Availability

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

See Also

IXMLReader Interface