IVsAppContainerBootstrapper5 Interface

Definition

public interface class IVsAppContainerBootstrapper5
[System.Runtime.InteropServices.Guid("42E9550E-58E0-41AD-B561-67833A303C5E")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsAppContainerBootstrapper5
[<System.Runtime.InteropServices.Guid("42E9550E-58E0-41AD-B561-67833A303C5E")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsAppContainerBootstrapper5 = interface
Public Interface IVsAppContainerBootstrapper5
Attributes

Methods

AdviseAppContainerBootstrapperEvents(IVsAppContainerBootstrapperEvents)
BootstrapForDebuggingAsync(BootstrappingArchitecture, String, BootstrappingMode, String, IVsAppContainerBootstrapperLogger)
BootstrapForDeployingAsync(BootstrappingArchitecture, String, BootstrappingMode, Int32, VsBootstrapperPackageInfo[], Int32, VsBootstrapperPackageInfo[], IVsAppContainerBootstrapperLogger)
BootstrapForDiagnosticsAsync(BootstrappingArchitecture, String, BootstrappingMode, Int32, String[], IVsAppContainerBootstrapperLogger)
UnadviseAppContainerBootstrapperEvents(UInt32)

Applies to