IVsTaskBody::DoWork Method (IVsTask^, UInt32, array<IVsTask^>^, Object^)
Visual Studio 2015
This API supports the product infrastructure and is not intended to be used directly from your code.
Performs the task work.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
void DoWork( IVsTask^ pTask, unsigned int dwCount, array<IVsTask^>^ pParentTasks, [OutAttribute] Object^% pResult )
Parameters
- pTask
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsTask^
The task.
- dwCount
-
Type:
System::UInt32
The number of parent tasks.
- pParentTasks
-
Type:
array<Microsoft.VisualStudio.Shell.Interop::IVsTask^>^
The parent tasks.
- pResult
-
Type:
System::Object^
The result.
Show: