IVsAppContainerBootstrapperEvents::QueryBootstrapStart Method (String^, String^, Boolean, String^)

 

Called before bootstrapping begins. This event gives an opportunity for components to stop the bootstrapping process.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)

void QueryBootstrapStart(
	String^ projectUniqueName,
	String^ target,
	[OutAttribute] bool% cancel,
	[OutAttribute] String^% cancelReason
)

Parameters

projectUniqueName
Type: System::String^

The project name.

target
Type: System::String^

The target.

cancel
Type: System::Boolean

Whether or not to cancel.

cancelReason
Type: System::String^

The reason for cancelation.

Return to top
Show: