IVsAppContainerBootstrapperLogger Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the bootstrapper logger.
public interface class IVsAppContainerBootstrapperLogger
public interface class IVsAppContainerBootstrapperLogger
__interface IVsAppContainerBootstrapperLogger
[System.Runtime.InteropServices.Guid("5739B30E-A164-44EB-BB28-5BF6BBD02A08")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsAppContainerBootstrapperLogger
[<System.Runtime.InteropServices.Guid("5739B30E-A164-44EB-BB28-5BF6BBD02A08")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsAppContainerBootstrapperLogger = interface
Public Interface IVsAppContainerBootstrapperLogger
- Attributes
Remarks
This interface is safe to access from any thread.
Methods
OutputMessage(String) |
Outputs the specified message. |