IVsTaskEvents Interface
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
public interface class IVsTaskEvents
type IVsTaskEvents = interface end
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