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
ppView
Tipo: Microsoft.VisualStudio.TextManager.Interop.IVsTextView%[out] Puntatore a IVsTextView collegare che rappresenta l'ultima visualizzazione attiva.
Valore restituito
Tipo: Int32
Implementa
IVsCodeWindow.GetLastActiveView(IVsTextView%)
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.