IVsProfilableProjectCfg::BeforeLaunch Method (String^)
Visual Studio 2015
Gives the project system the opportunity to decide not to launch before the launch proceeds.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Parameters
- profilingTask
-
Type:
System::String^
[in] The profiling task.
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Show: