IVsTaskBody::DoWork Method (IVsTask^, UInt32, array<IVsTask^>^, Object^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Performs the task work.

Namespace:   Microsoft.VisualStudio.Shell.Interop
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.

Return to top
Show: