IVsOutputWindow.DeletePane Method
Deletes an output window pane.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Function DeletePane ( _
ByRef rguidPane As Guid _
) As Integer
int DeletePane(
ref Guid rguidPane
)
int DeletePane(
[InAttribute] Guid% rguidPane
)
abstract DeletePane :
rguidPane:Guid byref -> int
function DeletePane(
rguidPane : Guid
) : int
Parameters
rguidPane
Type: Guid%[in] GUID of the window pane to delete.
Return Value
Type: Int32
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
);
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.