Share via


IVsProfilerLauncher.LaunchProfiler Method

Launches the profiler targets. If the project system has already done the launch, this method notifies the profiler about the targets that were launched.

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

Syntax

'Declaration
Function LaunchProfiler ( _
    targetsEnum As IEnumVsProfilerTargetInfos _
) As Integer
int LaunchProfiler(
    IEnumVsProfilerTargetInfos targetsEnum
)
int LaunchProfiler(
    [InAttribute] IEnumVsProfilerTargetInfos^ targetsEnum
)
abstract LaunchProfiler : 
        targetsEnum:IEnumVsProfilerTargetInfos -> int
function LaunchProfiler(
    targetsEnum : IEnumVsProfilerTargetInfos
) : int

Parameters

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

.NET Framework Security

See Also

Reference

IVsProfilerLauncher Interface

Microsoft.VisualStudio.Shell.Interop Namespace