MethodData::TextView Property
Visual Studio 2015
Determines the view the method tip is displayed on.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
protected: property IVsTextView^ TextView { IVsTextView^ get(); void set(IVsTextView^ value); }
Property Value
Type: Microsoft.VisualStudio.TextManager.Interop::IVsTextView^Returns the IVsTextView object that was passed to the Refresh method.
This property can be accessed only by a derived class.
Show: