Share via


IVsProfilableProjectCfg.GetSupportedProfilingTasks(Array) Method

Definition

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

public:
 void GetSupportedProfilingTasks([Runtime::InteropServices::Out] Array ^ % tasks);
public void GetSupportedProfilingTasks (out Array tasks);
abstract member GetSupportedProfilingTasks : Array -> unit
Public Sub GetSupportedProfilingTasks (ByRef tasks As Array)

Parameters

tasks
Array

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

Remarks

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

  • ClassicCPUSampling

  • ClassicInstrumentation

  • ClassicConcurrency

Applies to