WindowPane.IVsWindowPane.ClosePane Method

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)

Syntax

'宣言
Private Function ClosePane As Integer
    Implements IVsWindowPane.ClosePane
'使用
Dim instance As WindowPane
Dim returnValue As Integer

returnValue = CType(instance, IVsWindowPane).ClosePane()
int IVsWindowPane.ClosePane()
private:
virtual int ClosePane() sealed = IVsWindowPane::ClosePane
JScript does not support explicit interface implementations.

Return Value

Type: System.Int32

Implements

IVsWindowPane.ClosePane()

Permissions

See Also

Reference

WindowPane Class

WindowPane Members

Microsoft.VisualStudio.Shell Namespace