Share via


GetDebugOutputWindowPane Method

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

Syntax

'Declaration
Public Shared Function GetDebugOutputWindowPane ( _
    clear As Boolean _
) As IVsOutputWindowPane
'Usage
Dim clear As Boolean
Dim returnValue As IVsOutputWindowPane

returnValue = OutputWindow.GetDebugOutputWindowPane(clear)
public static IVsOutputWindowPane GetDebugOutputWindowPane(
    bool clear
)
public:
static IVsOutputWindowPane^ GetDebugOutputWindowPane(
    bool clear
)
static member GetDebugOutputWindowPane : 
        clear:bool -> IVsOutputWindowPane 
public static function GetDebugOutputWindowPane(
    clear : boolean
) : IVsOutputWindowPane

Parameters

Return Value

Type: IVsOutputWindowPane

See Also

Reference

OutputWindow Class

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