Freigeben über


VsCodeWindowClass.GetLastActiveView-Methode

Gibt die letzte aktive Ansicht des Fensters Code zurück.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Declaration
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

Parameter

Rückgabewert

Typ: Int32

Implementiert

IVsCodeWindow.GetLastActiveView(IVsTextView%)

.NET Framework-Sicherheit

Siehe auch

Referenz

VsCodeWindowClass Klasse

Microsoft.VisualStudio.TextManager.Interop-Namespace