IVsAppContainerBootstrapper3 Methods

Visual Studio 2015
 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)

NameDescription
System_CAPS_pubmethodAdviseAppContainerBootstrapperEvents(IVsAppContainerBootstrapperEvents^)

Subscribes to bootstrapper events.

System_CAPS_pubmethodBootstrapAsync(String^, String^, Int32, array<VsBootstrapperPackageInfo>^, Int32, array<VsBootstrapperPackageInfo>^, IVsAppContainerBootstrapperLogger^)

Performs an asynchronous bootstrapping operation.

System_CAPS_pubmethodBootstrapForDebuggingAsync(String^, String^, String^, IVsAppContainerBootstrapperLogger^)

Asynchronously bootstraps given target and established debugger host for debugging the app represented by the recipe.

System_CAPS_pubmethodBootstrapForDiagnosticsAsync(String^, String^, Int32, array<String^>^, IVsAppContainerBootstrapperLogger^)

Asynchronously bootstraps given target and established diagnostics host for debugging the app represented by the recipe.

System_CAPS_pubmethodUnadviseAppContainerBootstrapperEvents(UInt32)

Unsubscribes from bootstrapper events.

Return to top
Show: