IVsAppContainerBootstrapperLogger Interface
Represents the bootstrapper logger.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("5739B30E-A164-44EB-BB28-5BF6BBD02A08")> _
Public Interface IVsAppContainerBootstrapperLogger
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("5739B30E-A164-44EB-BB28-5BF6BBD02A08")]
public interface IVsAppContainerBootstrapperLogger
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"5739B30E-A164-44EB-BB28-5BF6BBD02A08")]
public interface class IVsAppContainerBootstrapperLogger
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("5739B30E-A164-44EB-BB28-5BF6BBD02A08")>]
type IVsAppContainerBootstrapperLogger = interface end
public interface IVsAppContainerBootstrapperLogger
The IVsAppContainerBootstrapperLogger type exposes the following members.
Methods
Name | Description | |
---|---|---|
OutputMessage | Outputs the specified message. |
Top