ViewFilter.TextTipData Property

Definition

Caution

Support for Quick Info is now provided via the IAsyncQuickInfoSourceProvider API

Get or set the TextTipData object used for displaying tool tips.

public:
 property Microsoft::VisualStudio::Package::TextTipData ^ TextTipData { Microsoft::VisualStudio::Package::TextTipData ^ get(); void set(Microsoft::VisualStudio::Package::TextTipData ^ value); };
public Microsoft.VisualStudio.Package.TextTipData TextTipData { get; set; }
[System.Obsolete("Support for Quick Info is now provided via the IAsyncQuickInfoSourceProvider API")]
public Microsoft.VisualStudio.Package.TextTipData TextTipData { get; set; }
member this.TextTipData : Microsoft.VisualStudio.Package.TextTipData with get, set
[<System.Obsolete("Support for Quick Info is now provided via the IAsyncQuickInfoSourceProvider API")>]
member this.TextTipData : Microsoft.VisualStudio.Package.TextTipData with get, set
Public Property TextTipData As TextTipData

Property Value

The existing TextTipData object, or if none exists creates a new one.

Attributes

Remarks

If the existing TextTipData object has not yet been created, this method calls the CreateTextTipData method to instantiate the TextTipData object.

The TextTipData manages any tool tip to be shown on the view.

Applies to