Share via


CreateOutputWindowPane Method (Guid, String, Boolean, Boolean)

Creates the output window pane.

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

Syntax

'Declaration
Public Shared Sub CreateOutputWindowPane ( _
    pane As Guid, _
    paneName As String, _
    visible As Boolean, _
    clearWithSolution As Boolean _
)
'Usage
Dim pane As Guid
Dim paneName As String
Dim visible As Boolean
Dim clearWithSolution As Boolean

OutputWindow.CreateOutputWindowPane(pane, _
    paneName, visible, clearWithSolution)
public static void CreateOutputWindowPane(
    Guid pane,
    string paneName,
    bool visible,
    bool clearWithSolution
)
public:
static void CreateOutputWindowPane(
    Guid pane, 
    String^ paneName, 
    bool visible, 
    bool clearWithSolution
)
static member CreateOutputWindowPane : 
        pane:Guid * 
        paneName:string * 
        visible:bool * 
        clearWithSolution:bool -> unit 
public static function CreateOutputWindowPane(
    pane : Guid, 
    paneName : String, 
    visible : boolean, 
    clearWithSolution : boolean
)

Parameters

  • clearWithSolution
    Type: System..::..Boolean
    Should the pane be cleared with solution. It is used if the pane will be created by this method.

See Also

Reference

OutputWindow Class

CreateOutputWindowPane Overload

Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace