IVsAppContainerBootstrapperEvents::OnBootstrapForDebuggingStart Method (String^, String^, String^)
Visual Studio 2015
Called before bootstrapping for debugging begins. Only fired if no-one cancelled deploy in QueryBootstrapStart().
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
void OnBootstrapForDebuggingStart(
String^ projectUniqueName,
String^ recipePath,
String^ target
)
Parameters
- projectUniqueName
-
Type:
System::String^
The name of the project.
- recipePath
-
Type:
System::String^
The recipe path.
- target
-
Type:
System::String^
The target.
Show: