IExecutorExtensionContract.EntryPointStarted(IContract) 方法

定义

在外接程序执行器实例化外接程序程序集的入口点后调用。

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)

参数

entryPoint
IContract

一个 IContract,表示已实例化的入口点。

注解

注意

此成员不再由托管外接程序基础结构使用,并且可能在将来的版本中标记为已过时。

适用于