LanguageService::LastActiveTextView Property
Visual Studio 2015
Returns the last active text view associated with this language service.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Property Value
Type: Microsoft.VisualStudio.TextManager.Interop::IVsTextView^Returns the last active text view as represented by an IVsTextView interface; otherwise, returns a null value.
This helper property is typically called from SynchronizeDropdowns and Close but can be called from wherever the last active text view is needed.
Show: