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