ScriptEditorControl.. Method

Closes the script editor window.

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly:  SQLEditors.VS (in SQLEditors.VS.dll)

Syntax

'Declaration
Private Function Close As Integer Implements IVsCodeWindow.Close
'Usage
Dim instance As ScriptEditorControl
Dim returnValue As Integer

returnValue = CType(instance, IVsCodeWindow).Close()
int IVsCodeWindow.Close()
private:
virtual int Close() sealed = IVsCodeWindow::Close
private abstract Close : unit -> int 
private override Close : unit -> int 
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Return Value

Type: System.Int32
An integer value that indicates the result of the close operation.

Implements

IVsCodeWindowClose()