IVsAppContainerBootstrapper2 Interface
Represents the bootstrapper.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.12.1.DesignTime (in Microsoft.VisualStudio.Shell.Interop.12.1.DesignTime.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("998E42FD-1646-4538-A519-9D4CA6B24740")> _
Public Interface IVsAppContainerBootstrapper2
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("998E42FD-1646-4538-A519-9D4CA6B24740")]
public interface IVsAppContainerBootstrapper2
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"998E42FD-1646-4538-A519-9D4CA6B24740")]
public interface class IVsAppContainerBootstrapper2
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("998E42FD-1646-4538-A519-9D4CA6B24740")>]
type IVsAppContainerBootstrapper2 = interface end
public interface IVsAppContainerBootstrapper2
The IVsAppContainerBootstrapper2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
AdviseAppContainerBootstrapperEvents | Subscribes to bootstrapper events. | |
BootstrapAsync | Asynchronously bootstraps the given target | |
BootstrapForDebuggingAsync | Asynchronously bootstraps given target and established debugger host for debugging the app represented by the recipe. | |
BootstrapForDiagnosticsAsync | Asynchronously bootstraps given target and established diagnostics host for debugging the app represented by the recipe. | |
UnadviseAppContainerBootstrapperEvents | Unsubscribes from bootstrapper events. |
Top
Remarks
Introduced in Visual Studio 2013 Update 2. To reference the correct assembly version, see Referencing Assemblies Delivered in the Visual Studio 2013 SDK Update 2.