IVsSearchItemResult.Tooltip 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.
Gets the tooltip for the item.
public:
property System::String ^ Tooltip { System::String ^ get(); };
public:
property Platform::String ^ Tooltip { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(1610678274)]
public string Tooltip { get; }
public string Tooltip { get; }
[<System.Runtime.InteropServices.DispId(1610678274)>]
member this.Tooltip : string
member this.Tooltip : string
Public ReadOnly Property Tooltip As String
Property Value
The tooltip.
- Attributes