EditorControl.ClosePane Method

Closes the window and disposes the resources.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)

Syntax

'宣言
Public Overrides Function ClosePane As Integer
'使用
Dim instance As EditorControl
Dim returnValue As Integer

returnValue = instance.ClosePane()
public override int ClosePane()
public:
virtual int ClosePane() override
public override function ClosePane() : int

Return Value

Type: System.Int32

S_OK if the method succeeded, otherwise an error code.

Implements

IVsWindowPane.ClosePane()

Permissions

See Also

Reference

EditorControl Class

EditorControl Members

Microsoft.VisualStudio.Package Namespace