IVsAppContainerBootstrapperEvents::OnBootstrapEnd Method (String^, String^, IVsAppContainerBootstrapperResult^)
Visual Studio 2015
Called after bootstrapping is complete. Note the event will be fired after IVsAppContainerBootstrapperCallback::OnEndBootstrap() is called.
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
void OnBootstrapEnd(
String^ projectUniqueName,
String^ target,
IVsAppContainerBootstrapperResult^ result
)
Parameters
- projectUniqueName
-
Type:
System::String^
The project.
- target
-
Type:
System::String^
The target.
- result
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsAppContainerBootstrapperResult^
The result.
Show: