IVsProfilableProjectCfg::BeforeLaunch Method (String^)

 

Gives the project system the opportunity to decide not to launch before the launch proceeds.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

void BeforeLaunch(
	String^ profilingTask
)

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.

Return to top
Show: