MethodData.TextView Property

Definition

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.

Applies to