VsTaskLibraryHelper.CreateTaskBody<T> 方法 (Action<T>)

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

语法

声明
Public Shared Function CreateTaskBody(Of T) ( _
    action As Action(Of T) _
) As IVsTaskBody
public static IVsTaskBody CreateTaskBody<T>(
    Action<T> action
)

类型参数

  • T

参数

返回值

类型:Microsoft.VisualStudio.Shell.Interop.IVsTaskBody

.NET Framework 安全性

请参见

参考

VsTaskLibraryHelper 类

CreateTaskBody 重载

Microsoft.VisualStudio.Shell 命名空间