IVsTaskEvents 接口
Notifies clients of changes made to tasks.
命名空间: Microsoft.VisualStudio.Shell
程序集: Microsoft.VisualStudio.Shell.Immutable.11.0(在 Microsoft.VisualStudio.Shell.Immutable.11.0.dll 中)
语法
声明
Public Interface IVsTaskEvents
public interface IVsTaskEvents
IVsTaskEvents 类型公开以下成员。
事件
名称 | 说明 | |
---|---|---|
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 |
页首