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


IHookHelper2.ExtensionManager Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Controls)  

IHookHelper2.ExtensionManager Property

Manages the lifetime of extensions.

[Visual Basic .NET]
Public ReadOnly Property ExtensionManager As IExtensionManager
[C#]
public IExtensionManager ExtensionManager {get;}
[C++]
HRESULT get_ExtensionManager(
  IExtensionManager** ppExtensionManager
);
[C++]

Parameters ppExtensionManager [out, retval]
ppExtensionManager is a parameter of type IExtensionManager

Product Availability

Available with ArcGIS Engine.

See Also

IHookHelper2 Interface