Share via


IVsAppContainerBootstrapperEvents.OnBootstrapForDebuggingEnd Method

Called after bootstrapping for debugging is complete. Note the event will be fired after IVsAppContainerBootstrapperCallback::OnEndBootstrap() is called.

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

Syntax

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

Parameters

  • projectUniqueName
    Type: String

    The name of the project.

  • target
    Type: String

    The target.

  • recipePath
    Type: String

    The recipe path.

.NET Framework Security

See Also

Reference

IVsAppContainerBootstrapperEvents Interface

Microsoft.VisualStudio.Shell.Interop Namespace