IVsTaskEvents.OnMarkedAsBlocking Événement
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.
Déclenché lorsque cette tâche est marquée comme une tâche bloquante pour une attente sur main thread de Visual Studio
public:
event EventHandler<Microsoft::VisualStudio::Shell::BlockingTaskEventArgs ^> ^ OnMarkedAsBlocking;
event EventHandler<Microsoft.VisualStudio.Shell.BlockingTaskEventArgs> OnMarkedAsBlocking;
member this.OnMarkedAsBlocking : EventHandler<Microsoft.VisualStudio.Shell.BlockingTaskEventArgs>
Event OnMarkedAsBlocking As EventHandler(Of BlockingTaskEventArgs)