Share via


EditorFactoryBase.IVsEditorFactory.Close 메서드

Interop provider.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
어셈블리:  SQLEditors(SQLEditors.dll)

구문

‘선언
Private Function Close As Integer Implements IVsEditorFactory.Close
‘사용 방법
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는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.

반환 값

유형: System.Int32
A defined integer value, such as S_OK.

구현

IVsEditorFactoryClose

참고 항목

참조

EditorFactoryBase 클래스

Microsoft.SqlServer.Management.UI.VSIntegration.Editors 네임스페이스