Share via


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

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 CreateOutputWindowPane ( _
    pane As Guid, _
    paneName As String, _
    visible As Boolean, _
    clearWithSolution As Boolean _
)
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
    Indicates whether the pane should be cleared with solution. Specify true if the pane will be created by this method.

.NET Framework Security

See Also

Reference

OutputWindow Class

CreateOutputWindowPane Overload

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