LanguageService::LastActiveTextView Property

 

Returns the last active text view associated with this language service.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
property IVsTextView^ LastActiveTextView {
	IVsTextView^ get();
}

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.

Return to top
Show: