IVsOutputWindow.DeletePane(Guid) Method

Definition

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  
);  

Applies to