Compartilhar via


IVsAppContainerBootstrapperLogger.OutputMessage Method

Outputs the specified message.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)

Syntax

'Declaration
Sub OutputMessage ( _
    message As String _
)
void OutputMessage(
    string message
)
void OutputMessage(
    [InAttribute] String^ message
)
abstract OutputMessage : 
        message:string -> unit
function OutputMessage(
    message : String
)

Parameters

  • message
    Type: String

    The message.

.NET Framework Security

See Also

Reference

IVsAppContainerBootstrapperLogger Interface

Microsoft.VisualStudio.Shell.Interop Namespace