IVsProfilableProjectCfg.LaunchProfiler 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.
The profiler calls this method in the project system to start the launch procedure.
public:
void LaunchProfiler();
public:
void LaunchProfiler();
void LaunchProfiler();
public void LaunchProfiler ();
abstract member LaunchProfiler : unit -> unit
Public Sub LaunchProfiler ()
Remarks
For information on the typical use of this method, see IVsProfilerLauncher.