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

页首

请参见

参考

Microsoft.VisualStudio.Shell 命名空间