IVsOutputWindow::DeletePane Method (Guid)
Visual Studio 2015
Deletes an output window pane.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- rguidPane
-
Type:
System::Guid
[in] GUID of the window pane to delete.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsOutputWindow::DeletePane(
[in] REFGUID rguidPane
);
Show: