IExecutorExtensionContract.EntryPointStarted(IContract) Method

Definition

Called after an add-in executor instantiates the entry point of an add-in assembly.

public:
 void EntryPointStarted(System::AddIn::Contract::IContract ^ entryPoint);
public void EntryPointStarted (System.AddIn.Contract.IContract entryPoint);
abstract member EntryPointStarted : System.AddIn.Contract.IContract -> unit
Public Sub EntryPointStarted (entryPoint As IContract)

Parameters

entryPoint
IContract

An IContract that represents the entry point that was instantiated.

Remarks

Note

This member is no longer used by the managed add-in infrastructure, and may be marked obsolete in a future release.

Applies to