IVsOutputWindow::DeletePane Method (Guid)

 

Deletes an output window pane.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int DeletePane(
	[InAttribute] Guid% rguidPane
)

Parameters

rguidPane
Type: System::Guid

[in] GUID of the window pane to delete.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

From vsshell.idl:

HRESULT IVsOutputWindow::DeletePane(
   [in] REFGUID rguidPane
);
Return to top
Show: