Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Notifies clients of changes made to tasks.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
Syntax
'Declaration
Public Interface IVsTaskEvents
public interface IVsTaskEvents
The IVsTaskEvents type exposes the following members.
Events
| Name | Description | |
|---|---|---|
![]() |
OnBlockingWaitBegin | Raised when a blocking wait call is made to an IVsTask instance on the main thread of Visual Studio. |
![]() |
OnBlockingWaitEnd | Raised when a blocking wait call to IVsTask is finished on the main thread of Visual Studio. |
![]() |
OnMarkedAsBlocking |
Top
.gif)