다음을 통해 공유


. 메서드

Gets the last active editor view.

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

구문

‘선언
Private Function GetLastActiveView ( _
    <OutAttribute> ByRef view As IVsTextView _
) As Integer Implements IVsCodeWindow.GetLastActiveView
‘사용 방법
Dim instance As ScriptEditorControl
Dim view As IVsTextView
Dim returnValue As Integer

returnValue = CType(instance, IVsCodeWindow).GetLastActiveView(view)
int IVsCodeWindow.GetLastActiveView(
    out IVsTextView view
)
private:
virtual int GetLastActiveView(
    [OutAttribute] IVsTextView^% view
) sealed = IVsCodeWindow::GetLastActiveView
private abstract GetLastActiveView : 
        view:IVsTextView byref -> int 
private override GetLastActiveView : 
        view:IVsTextView byref -> int 
JScript는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.

매개 변수

  • view
    유형: IVsTextView%
    A reference to a IVsTextView object.

반환 값

유형: System. . :: . .Int32
An integer value that indicates the result of the operation.

구현

IVsCodeWindowGetLastActiveView(IVsTextView%)