This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IX > IXMLReader Interface > IXMLReader.LookupPrefix Method (ArcObjects .NET 10.4 SDK) |
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