AsyncModelingPackage.SetupDynamicToolboxAsync(CancellationToken) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ajoute les éléments de boîte à outils dynamiques/personnalisées.
protected:
virtual System::Threading::Tasks::Task ^ SetupDynamicToolboxAsync(System::Threading::CancellationToken cancellationToken);
protected virtual System.Threading.Tasks.Task SetupDynamicToolboxAsync (System.Threading.CancellationToken cancellationToken);
abstract member SetupDynamicToolboxAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.SetupDynamicToolboxAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Protected Overridable Function SetupDynamicToolboxAsync (cancellationToken As CancellationToken) As Task
Paramètres
- cancellationToken
- CancellationToken
Retours
Remarques
Appelle CreateToolboxItem, puis, pour chacun des éléments, l’ajoute à la boîte à outils.