MethodData.TextView Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines the view the method tip is displayed on.
protected:
property Microsoft::VisualStudio::TextManager::Interop::IVsTextView ^ TextView { Microsoft::VisualStudio::TextManager::Interop::IVsTextView ^ get(); void set(Microsoft::VisualStudio::TextManager::Interop::IVsTextView ^ value); };
protected:
property Microsoft::VisualStudio::TextManager::Interop::IVsTextView ^ TextView { Microsoft::VisualStudio::TextManager::Interop::IVsTextView ^ get(); void set(Microsoft::VisualStudio::TextManager::Interop::IVsTextView ^ value); };
protected Microsoft.VisualStudio.TextManager.Interop.IVsTextView TextView { get; set; }
member this.TextView : Microsoft.VisualStudio.TextManager.Interop.IVsTextView with get, set
Protected Property TextView As IVsTextView
Property Value
Returns the IVsTextView object that was passed to the Refresh(IVsTextView, Methods, Int32, TextSpan) method.
Remarks
This property can be accessed only by a derived class.