PeekResultDisplayInfo::LabelTooltip Property
Visual Studio 2015
Defines the localized label tooltip used for displaying this result to the user. Supported content types are strings and UIElement" instances.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
public: property Object^ LabelTooltip { [CompilerGeneratedAttribute] virtual Object^ get() sealed; [CompilerGeneratedAttribute] private: virtual void set(Object^ value) sealed; }
Property Value
Type: System::Object^The localized label tooltip used for displaying this result to the user.
Implements
IPeekResultDisplayInfo::LabelTooltip
Show: