IVsProfilableProjectCfg.GetSupportedProfilingTasks(Array) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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