IVsTaskCompletionSource 接口

命名空间:  Microsoft.VisualStudio.Shell.Interop
程序集:   Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)
  Microsoft.VisualStudio.Shell.Interop.11.0(在 Microsoft.VisualStudio.Shell.Interop.11.0.dll 中)

语法

声明
<GuidAttribute("CE465203-16BC-4EBD-B4D1-9B4416B80931")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsTaskCompletionSource
[GuidAttribute("CE465203-16BC-4EBD-B4D1-9B4416B80931")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsTaskCompletionSource

IVsTaskCompletionSource 类型公开以下成员。

属性

  名称 说明
公共属性 Task

页首

方法

  名称 说明
公共方法 AddDependentTask
公共方法 SetCanceled
公共方法 SetFaulted
公共方法 SetResult

页首

扩展方法

  名称 说明
公共扩展方法 CompleteAfterTask<T> (由 VsTaskLibraryHelper 定义。)

页首

请参见

参考

Microsoft.VisualStudio.Shell.Interop 命名空间