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
.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.