Dela via


EditorControl.ClosePane Method

Closes the window and disposes the resources.

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

Syntax

'Declaration
Public Overrides Function ClosePane As Integer
'Usage
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()

.NET Framework Security

See Also

Reference

EditorControl Class

EditorControl Members

Microsoft.VisualStudio.Package Namespace