IVsProfilableProjectCfg.BeforeLaunch Method

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)

Syntax

'Declaration
Sub BeforeLaunch ( _
    profilingTask As String _
)
void BeforeLaunch(
    string profilingTask
)
void BeforeLaunch(
    [InAttribute] String^ profilingTask
)
abstract BeforeLaunch : 
        profilingTask:string -> unit
function BeforeLaunch(
    profilingTask : String
)

Parameters

  • profilingTask
    Type: String

    [in] The profiling task.

.NET Framework Security

See Also

Reference

IVsProfilableProjectCfg Interface

Microsoft.VisualStudio.Shell.Interop Namespace