Condividi tramite


Metodo IVsCodeWindow.GetLastActiveView

Restituisce l'ultima visualizzazione attiva della finestra del codice.

Spazio dei nomi:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Sintassi

'Dichiarazione
Function GetLastActiveView ( _
    <OutAttribute> ByRef ppView As IVsTextView _
) As Integer
int GetLastActiveView(
    out IVsTextView ppView
)
int GetLastActiveView(
    [OutAttribute] IVsTextView^% ppView
)
abstract GetLastActiveView : 
        ppView:IVsTextView byref -> int
function GetLastActiveView(
    ppView : IVsTextView
) : int

Parametri

Valore restituito

Tipo: Int32
Se il metodo ha esito positivo, restituisce S_OK.Se non riesce, restituisce un codice di errore.

Note

utilizzare questo metodo per restituire l'ultima visualizzazione con lo stato attivo.

Firma COM

da textmgr.idl:

HRESULT IVsCodeWindow::GetLastActiveView(
   [out] IVsTextView **ppView
);

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsCodeWindow Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop