This documentation is archived and is not being maintained.
IVsAppContainerBootstrapper4 Interface
Namespace:
Microsoft.VisualStudio.Shell.InteropAssembly:
Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute("C83C1890-C93A-42E6-853B-91AAFD1CA688")]
public interface class IVsAppContainerBootstrapper4
| Name | Description |
|---|
 | AdviseAppContainerBootstrapperEvents(IVsAppContainerBootstrapperEvents^) | |
 | BootstrapAsync(String^, String^, BootstrapMode, Int32, array<VsBootstrapperPackageInfo>^, Int32, array<VsBootstrapperPackageInfo>^, IVsAppContainerBootstrapperLogger^) | |
 | BootstrapForDebuggingAsync(String^, String^, BootstrapMode, String^, IVsAppContainerBootstrapperLogger^) | |
 | BootstrapForDiagnosticsAsync(String^, String^, BootstrapMode, Int32, array<String^>^, IVsAppContainerBootstrapperLogger^) | |
 | UnadviseAppContainerBootstrapperEvents(UInt32) | |
Return to top