Share via


IVsProfilableProjectCfg.BeforeLaunch(String) Method

Definition

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.

Applies to