Share via


DeleteOutputWindowPane Method

Deletes the window pane identified by 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 DeleteOutputWindowPane ( _
    pane As Guid _
)
'Usage
Dim pane As Guid

OutputWindow.DeleteOutputWindowPane(pane)
public static void DeleteOutputWindowPane(
    Guid pane
)
public:
static void DeleteOutputWindowPane(
    Guid pane
)
static member DeleteOutputWindowPane : 
        pane:Guid -> unit 
public static function DeleteOutputWindowPane(
    pane : Guid
)

Parameters

See Also

Reference

OutputWindow Class

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