MethodData::TextView Property

 

Determines the view the method tip is displayed on.

Namespace:   Microsoft.VisualStudio.Package
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.

Return to top
Show: