ViewFilter.TextTipData Property
Gets or sets the TextTipData associated with this view.
Namespace: Microsoft.VisualStudio.Package
Assemblies: Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)
Microsoft.VisualStudio.Package.LanguageService.10.0 (in Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
Microsoft.VisualStudio.Package.LanguageService.11.0 (in Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
Syntax
'Declaration
Public Property TextTipData As TextTipData
public TextTipData TextTipData { get; set; }
public:
property TextTipData^ TextTipData {
TextTipData^ get ();
void set (TextTipData^ value);
}
member TextTipData : TextTipData with get, set
function get TextTipData () : TextTipData
function set TextTipData (value : TextTipData)
Property Value
Type: Microsoft.VisualStudio.Package.TextTipData
The existing TextTipData object, or if none exists creates a new one.
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.