IVsProfilableProjectCfg.BeforeLaunch(String) 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.
Gives the project system the opportunity to decide not to launch before the launch proceeds.
public:
void BeforeLaunch(System::String ^ profilingTask);
public:
void BeforeLaunch(Platform::String ^ profilingTask);
void BeforeLaunch(std::wstring const & profilingTask);
public void BeforeLaunch (string profilingTask);
abstract member BeforeLaunch : string -> unit
Public Sub BeforeLaunch (profilingTask As String)
Parameters
- profilingTask
- String
[in] The profiling task.