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 定义。) |
页首