IPeekResultDisplayInfo::LabelTooltip Property

Visual Studio 2015
 

Gets the localized label tooltip used for displaying this result to the user.Supported content types are strings and <see cref="UIElement" /> instances.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

property Object^ LabelTooltip {
	Object^ get();
}

Property Value

Type: System::Object^

The localized label tooltip used for displaying this result to the user.

Return to top
Show: