This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IX > IXMLWriter Interface > IXMLWriter.LookupNamespace Method (ArcObjects .NET 10.5 SDK) |
Obtains the declared namespace prefix for a namespace.
[Visual Basic .NET] Public Function LookupNamespace ( _ ByVal uri As String _ ) As String
[C#] public string LookupNamespace ( string uri );
[C++]
HRESULT LookupNamespace(
BSTR uri,
BSTR* Prefix
);
[C++]
Parameters uri [in] uri is a parameter of type BSTR Prefix [out, retval] Prefix is a parameter of type BSTR