IVsProfilerLauncher.LaunchProfiler(IEnumVsProfilerTargetInfos) 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.
Launches the profiler targets. If the project system has already done the launch, this method notifies the profiler about the targets that were launched.
public:
int LaunchProfiler(Microsoft::VisualStudio::Shell::Interop::IEnumVsProfilerTargetInfos ^ targetsEnum);
public:
int LaunchProfiler(Microsoft::VisualStudio::Shell::Interop::IEnumVsProfilerTargetInfos ^ targetsEnum);
int LaunchProfiler(Microsoft::VisualStudio::Shell::Interop::IEnumVsProfilerTargetInfos const & targetsEnum);
public int LaunchProfiler (Microsoft.VisualStudio.Shell.Interop.IEnumVsProfilerTargetInfos targetsEnum);
abstract member LaunchProfiler : Microsoft.VisualStudio.Shell.Interop.IEnumVsProfilerTargetInfos -> int
Public Function LaunchProfiler (targetsEnum As IEnumVsProfilerTargetInfos) As Integer
Parameters
- targetsEnum
- IEnumVsProfilerTargetInfos
[in] The list of profiler targets to be launched.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.