Share via


OutputWindow.CreateOutputWindowPane Method (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 Function CreateOutputWindowPane ( _
    paneName As String, _
    visible As Boolean, _
    clearWithSolution As Boolean _
) As Guid
public static Guid CreateOutputWindowPane(
    string paneName,
    bool visible,
    bool clearWithSolution
)
public:
static Guid CreateOutputWindowPane(
    String^ paneName, 
    bool visible, 
    bool clearWithSolution
)
static member CreateOutputWindowPane : 
        paneName:string * 
        visible:bool * 
        clearWithSolution:bool -> Guid 
public static function CreateOutputWindowPane(
    paneName : String, 
    visible : boolean, 
    clearWithSolution : boolean
) : Guid

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.

Return Value

Type: System.Guid
New GUID for pane.

.NET Framework Security

See Also

Reference

OutputWindow Class

CreateOutputWindowPane Overload

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