IVsAppContainerBootstrapperEvents.OnBootstrapStart(String, String) 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 begins. Only fired if no-one cancelled deploy in QueryBootstrapStart()
public:
void OnBootstrapStart(System::String ^ projectUniqueName, System::String ^ target);
public:
void OnBootstrapStart(Platform::String ^ projectUniqueName, Platform::String ^ target);
void OnBootstrapStart(std::wstring const & projectUniqueName, std::wstring const & target);
public void OnBootstrapStart (string projectUniqueName, string target);
abstract member OnBootstrapStart : string * string -> unit
Public Sub OnBootstrapStart (projectUniqueName As String, target As String)
Parameters
- projectUniqueName
- String
The name of the project.
- target
- String
The target.