Condividi tramite


Metodo VsCodeWindowClass.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
Public Overridable Function GetLastActiveView ( _
    <OutAttribute> ByRef ppView As IVsTextView _
) As Integer
public virtual int GetLastActiveView(
    out IVsTextView ppView
)
public:
virtual int GetLastActiveView(
    [OutAttribute] IVsTextView^% ppView
)
abstract GetLastActiveView : 
        ppView:IVsTextView byref -> int  
override GetLastActiveView : 
        ppView:IVsTextView byref -> int
public function GetLastActiveView(
    ppView : IVsTextView
) : int

Parametri

Valore restituito

Tipo: Int32

Implementa

IVsCodeWindow.GetLastActiveView(IVsTextView%)

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VsCodeWindowClass Classe

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop