IVsAppContainerBootstrapperEvents.OnBootstrapEnd Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
The result.