Partager via


IExecutorExtensionContract.EntryPointStarted(IContract) Méthode

Définition

Appelé après qu'un exécuteur de complément a instancié le point d'entrée d'un assembly complémentaire.

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

IContract qui représente le point d'entrée instancié.

Remarques

Notes

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 à