ExpansionProvider::TextView Property
Visual Studio 2015
Returns the text view containing the source file being manipulated by the expansion provider.
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 IVsTextView object that was passed to the DisplayExpansionBrowser, InsertSpecificExpansion, InsertNamedExpansion, and FindExpansionByShortcut methods.
The text view is set at the earliest opportunity which is in the methods described in the Return Value section.
Show: