Share via


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
Public methodStatic member CreateAndStartTask(IVsTaskSchedulerService, VsTaskRunContext, IVsTaskBody) Creates a Visual Studio task that's executed with the specified context.
Public methodStatic member CreateAndStartTask(IVsTaskSchedulerService, VsTaskRunContext, VsTaskBodyCallback) Creates a Visual Studio task that will be executed in the specified context.
Public methodStatic member CreateAndStartTask(IVsTaskSchedulerService, VsTaskRunContext, Action) Creates a Visual Studio task that will be executed in the specified context.

Top

See Also

Reference

VsTaskLibraryHelper Class

Microsoft.VisualStudio.Shell Namespace