ArcObjects Library Reference (System)  

IExtensionManager.ExtensionCLSID Property

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

Product Availability

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

Description

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.

See Also

IExtensionManager Interface