IVsAppContainerBootstrapperEvents::OnBootstrapStart Method (String^, String^)

 

Called before bootstrapping 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)

void OnBootstrapStart(
	String^ projectUniqueName,
	String^ target
)

Parameters

projectUniqueName
Type: System::String^

The name of the project.

target
Type: System::String^

The target.

Return to top
Show: