IVsOutputWindow.DeletePane(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deletes an output window pane.
public:
int DeletePane(Guid % rguidPane);
public int DeletePane (ref Guid rguidPane);
abstract member DeletePane : Guid -> int
Public Function DeletePane (ByRef rguidPane As Guid) As Integer
Parameters
- rguidPane
- Guid
[in] GUID of the window pane to delete.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell.idl:
HRESULT IVsOutputWindow::DeletePane(
[in] REFGUID rguidPane
);