Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. 
- result 
 Type: Microsoft.VisualStudio.Shell.Interop.IVsAppContainerBootstrapperResult- The result. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.