This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IE > IExtensionManager Interface > IExtensionManager.ExtensionCLSID Property (ArcObjects .NET 10.5 SDK) |
The CLSID of the extension at the specified index.
[Visual Basic .NET] Public Function get_ExtensionCLSID ( _ ByVal index As Integer _ ) As UID
[C#] public UID get_ExtensionCLSID ( int index );
[C++]
HRESULT get_ExtensionCLSID(
long index,
IUID** ClassID
);
[C++]
Parameters index [in] index is a parameter of type long ClassID [out, retval]
ClassID is a parameter of type IUID
Returns the unique identifer (UID) of the extension at the specified index from the extensions currently loaded in the application. The first extension has an index of 0 and the last extension has in index of ExtensionCount - 1.