IExecutorExtensionContract.EntryPointStarted(IContract) Méthode

Définition

Appelé après qu’un exécuteur de complément instancie le point d’entrée d’un assembly de complément.

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)

Paramètres

entryPoint
IContract

Qui IContract représente le point d’entrée instancié.

Remarques

Note

Ce membre n’est plus utilisé par l’infrastructure de complément managé et peut être marqué comme obsolète dans une version ultérieure.

S’applique à