IVsAppContainerBootstrapperEvents::OnBootstrapEnd Method (String^, String^, IVsAppContainerBootstrapperResult^)

 

Called after bootstrapping is complete. Note the event will be fired after IVsAppContainerBootstrapperCallback::OnEndBootstrap() is called.

Namespace:   Microsoft.VisualStudio.Shell.Interop
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.

Return to top
Show: