IVsAppContainerBootstrapperEvents.OnBootstrapForDebuggingStart Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called before bootstrapping for debugging begins. Only fired if no-one cancelled deploy in QueryBootstrapStart().
public:
void OnBootstrapForDebuggingStart(System::String ^ projectUniqueName, System::String ^ recipePath, System::String ^ target);
public:
void OnBootstrapForDebuggingStart(Platform::String ^ projectUniqueName, Platform::String ^ recipePath, Platform::String ^ target);
void OnBootstrapForDebuggingStart(std::wstring const & projectUniqueName, std::wstring const & recipePath, std::wstring const & target);
public void OnBootstrapForDebuggingStart (string projectUniqueName, string recipePath, string target);
abstract member OnBootstrapForDebuggingStart : string * string * string -> unit
Public Sub OnBootstrapForDebuggingStart (projectUniqueName As String, recipePath As String, target As String)
Parameters
- projectUniqueName
- String
The name of the project.
- recipePath
- String
The recipe path.
- target
- String
The target.