Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Closes the window and unregisters the component.
Namespace: Microsoft.VisualStudio.Package
Assembly: Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
Syntax
'Declaration
Public Overridable Function ClosePane As Integer
'Usage
Dim instance As SimpleEditorView
Dim returnValue As Integer
returnValue = instance.ClosePane()
public virtual int ClosePane()
public:
virtual int ClosePane()
public function ClosePane() : int
Return Value
Type: System.Int32
true if successful, otherwise false.
Implements
Remarks
By default this method simply calls [F:Microsoft.VisualStudio.OLE.Interop.IOleComponentManager.FRevokeComponent(uint dwComponentID)].
.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.