IVsAppContainerBootstrapperEvents::QueryBootstrapStart Method (String^, String^, Boolean, String^)
Visual Studio 2015
Called before bootstrapping begins. This event gives an opportunity for components to stop the bootstrapping process.
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.
Show: