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 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
- 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.