VsTaskLibraryHelper.CreateAndStartTask Method
Include Protected Members
Include Inherited Members
Creates a Visual Studio task that will be executed in the specified context.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
CreateAndStartTask(IVsTaskSchedulerService, VsTaskRunContext, IVsTaskBody) | Creates a Visual Studio task that's executed with the specified context. | |
CreateAndStartTask(IVsTaskSchedulerService, VsTaskRunContext, VsTaskBodyCallback) | Creates a Visual Studio task that will be executed in the specified context. | |
CreateAndStartTask(IVsTaskSchedulerService, VsTaskRunContext, Action) | Creates a Visual Studio task that will be executed in the specified context. |
Top