IVsProfilableProjectCfg::GetSupportedProfilingTasks Method (Array^)

 

Specifies the profiling tasks that are supported by this project system.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

void GetSupportedProfilingTasks(
	[OutAttribute] Array^% tasks
)

Parameters

tasks
Type: System::Array^

[out] An array of profiling tasks supported by this project system.

. If tasks is empty, all profiling tasks are supported. Otherwise, this parameter returns some combination of:

  • ClassicCPUSampling

  • ClassicInstrumentation

  • ClassicConcurrency

Return to top
Show: