EditorFactoryBase.IVsEditorFactory.Close Method
Interop provider.
Namespace: Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly: SQLEditors (in SQLEditors.dll)
Syntax
'Declaration
Private Function Close As Integer Implements IVsEditorFactory.Close
'Usage
Dim instance As EditorFactoryBase
Dim returnValue As Integer
returnValue = CType(instance, IVsEditorFactory).Close()
int IVsEditorFactory.Close()
private:
virtual int Close() sealed = IVsEditorFactory::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
A defined integer value, such as S_OK.
Implements
IVsEditorFactoryClose
See Also
Reference
Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace