Share via


OutputWindow.WriteOnOutputWindowThreadSafe Method

This class and its members are reserved for internal use and are not intended to be used in your code.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Public Shared Sub WriteOnOutputWindowThreadSafe ( _
    pane As Guid, _
    text As String _
)
public static void WriteOnOutputWindowThreadSafe(
    Guid pane,
    string text
)
public:
static void WriteOnOutputWindowThreadSafe(
    Guid pane, 
    String^ text
)
static member WriteOnOutputWindowThreadSafe : 
        pane:Guid * 
        text:string -> unit 
public static function WriteOnOutputWindowThreadSafe(
    pane : Guid, 
    text : String
)

Parameters

  • pane
    Type: System.Guid
    The GUID of the pane to which you should write. If this is Guid.Empty, then the general output pane will be used.

.NET Framework Security

See Also

Reference

OutputWindow Class

Microsoft.VisualStudio.Data.Schema.Package.Internal Namespace