Delen via


OutputWindow.WriteOnOutputWindow 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 WriteOnOutputWindow ( _
    pane As Guid, _
    text As String _
)
public static void WriteOnOutputWindow(
    Guid pane,
    string text
)
public:
static void WriteOnOutputWindow(
    Guid pane, 
    String^ text
)
static member WriteOnOutputWindow : 
        pane:Guid * 
        text:string -> unit 
public static function WriteOnOutputWindow(
    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