VsTaskLibraryHelper.CreateTask Method
Include Protected Members
Include Inherited Members
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 | |
---|---|---|
CreateTask(IVsTaskSchedulerService, VsTaskRunContext, IVsTaskBody) | Creates a task that's run on the given context. | |
CreateTask(IVsTaskSchedulerService, VsTaskRunContext, VsTaskCreationOptions, IVsTaskBody, Object) | Creates a task with the specified options that is run on the given context. |
Top