Share via


IVsAppContainerBootstrapperEvents.OnBootstrapEnd Method

Definition

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

public:
 void OnBootstrapEnd(System::String ^ projectUniqueName, System::String ^ target, Microsoft::VisualStudio::Shell::Interop::IVsAppContainerBootstrapperResult ^ result);
public:
 void OnBootstrapEnd(Platform::String ^ projectUniqueName, Platform::String ^ target, Microsoft::VisualStudio::Shell::Interop::IVsAppContainerBootstrapperResult ^ result);
void OnBootstrapEnd(std::wstring const & projectUniqueName, std::wstring const & target, Microsoft::VisualStudio::Shell::Interop::IVsAppContainerBootstrapperResult const & result);
public void OnBootstrapEnd (string projectUniqueName, string target, Microsoft.VisualStudio.Shell.Interop.IVsAppContainerBootstrapperResult result);
abstract member OnBootstrapEnd : string * string * Microsoft.VisualStudio.Shell.Interop.IVsAppContainerBootstrapperResult -> unit
Public Sub OnBootstrapEnd (projectUniqueName As String, target As String, result As IVsAppContainerBootstrapperResult)

Parameters

projectUniqueName
String

The project.

target
String

The target.

Applies to