IVsTaskSchedulerService::CreateTask Method (UInt32, IVsTaskBody^)
Visual Studio 2015
Creates a task that is run on the given context.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Parameters
- context
-
Type:
System::UInt32
[in] Where to run this task. Values are from __VSTASKRUNCONTEXT.
- pTaskBody
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsTaskBody^
[in] Action to be executed.
Show: