OutputWindow.CreateOutputWindowPane Method (Guid, String, Boolean, Boolean)

Creates the output window pane.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Common.Host
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Sub CreateOutputWindowPane ( _
    guidPane As Guid, _
    paneName As String, _
    visible As Boolean, _
    clearWithSolution As Boolean _
)
'Usage
Dim instance As OutputWindow
Dim guidPane As Guid
Dim paneName As String
Dim visible As Boolean
Dim clearWithSolution As Boolean

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

Parameters

  • visible
    Type: System.Boolean
    Specifies the visibility state of the pane
  • clearWithSolution
    Type: System.Boolean
    Specifies whether the pane to be cleared with the solution

.NET Framework Security

See Also

Reference

OutputWindow Class

OutputWindow Members

CreateOutputWindowPane Overload

Microsoft.VisualStudio.Data.Schema.Project.Common.Host Namespace