Share via


SimpleEditorView.ClosePane Method

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

IVsWindowPane.ClosePane()

Remarks

By default this method simply calls [F:Microsoft.VisualStudio.OLE.Interop.IOleComponentManager.FRevokeComponent(uint dwComponentID)].

.NET Framework Security

See Also

Reference

SimpleEditorView Class

SimpleEditorView Members

Microsoft.VisualStudio.Package Namespace