Share via


IVsAppContainerBootstrapperEvents.OnBootstrapForDebuggingStart Method

Called before bootstrapping for debugging begins. Only fired if no-one cancelled deploy in QueryBootstrapStart().

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

Syntax

'Declaration
Sub OnBootstrapForDebuggingStart ( _
    projectUniqueName As String, _
    recipePath As String, _
    target As String _
)
void OnBootstrapForDebuggingStart(
    string projectUniqueName,
    string recipePath,
    string target
)
void OnBootstrapForDebuggingStart(
    [InAttribute] String^ projectUniqueName, 
    [InAttribute] String^ recipePath, 
    [InAttribute] String^ target
)
abstract OnBootstrapForDebuggingStart : 
        projectUniqueName:string * 
        recipePath:string * 
        target:string -> unit
function OnBootstrapForDebuggingStart(
    projectUniqueName : String, 
    recipePath : String, 
    target : String
)

Parameters

  • projectUniqueName
    Type: String

    The name of the project.

  • recipePath
    Type: String

    The recipe path.

  • target
    Type: String

    The target.

.NET Framework Security

See Also

Reference

IVsAppContainerBootstrapperEvents Interface

Microsoft.VisualStudio.Shell.Interop Namespace