VsTaskLibraryHelper.CreateAndStartTask Method
Creates a Visual Studio task that is executed with the specified context.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'宣言
Public Shared Function CreateAndStartTask ( _
scheduler As IVsTaskSchedulerService, _
context As VsTaskRunContext, _
pTaskBody As IVsTaskBody _
) As IVsTask
public static IVsTask CreateAndStartTask(
IVsTaskSchedulerService scheduler,
VsTaskRunContext context,
IVsTaskBody pTaskBody
)
Parameters
- scheduler
Type: Microsoft.VisualStudio.Shell.Interop.IVsTaskSchedulerService
[in] The task scheduler service.
- context
Type: Microsoft.VisualStudio.Shell.VsTaskRunContext
[in] Where the task will be executed.
- pTaskBody
Type: Microsoft.VisualStudio.Shell.Interop.IVsTaskBody
[in] Action to be executed.
Return Value
Type: Microsoft.VisualStudio.Shell.Interop.IVsTask
The task that was created.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.