IVsProfilableProjectCfg.GetSupportedProfilingTasks Method
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)
Syntax
'Declaration
Sub GetSupportedProfilingTasks ( _
<OutAttribute> ByRef tasks As Array _
)
void GetSupportedProfilingTasks(
out Array tasks
)
void GetSupportedProfilingTasks(
[OutAttribute] Array^% tasks
)
abstract GetSupportedProfilingTasks :
tasks:Array byref -> unit
function GetSupportedProfilingTasks(
tasks : Array
)
Parameters
tasks
Type: System.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
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.