LanguageService.LastActiveTextView Property
Returns the last active text view associated with this language service.
Namespace: Microsoft.VisualStudio.Package
Assemblies: Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
Microsoft.VisualStudio.Package.LanguageService.10.0 (in Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
Microsoft.VisualStudio.Package.LanguageService.11.0 (in Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)
Syntax
'Декларация
Public ReadOnly Property LastActiveTextView As IVsTextView
public IVsTextView LastActiveTextView { 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.
Remarks
This helper property is typically called from SynchronizeDropdowns and Close but can be called from wherever the last active text view is needed.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.