WindowPane.IVsWindowPane.ClosePane Method
Note: This API is now obsolete.
Closes the window pane. Obsolete.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
<ObsoleteAttribute("The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane")> _
Private Function ClosePane As Integer
Implements IVsWindowPane.ClosePane
[ObsoleteAttribute("The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane")]
int IVsWindowPane.ClosePane()
[ObsoleteAttribute(L"The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane")]
private:
virtual int ClosePane() sealed = IVsWindowPane::ClosePane
[<ObsoleteAttribute("The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane")>]
private abstract ClosePane : unit -> int
[<ObsoleteAttribute("The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane")>]
private override ClosePane : unit -> int
JScript does not support explicit interface implementations.
Return Value
Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
Remarks
The [T:Microsoft.VisualStudio.Shell.Interop.][IVsWindowPane] interface on this class is obsolete. Please use [T:Microsoft.VisualStudio.Shell.Interop.][IVsUIElementPane] instead.
.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.