IPeekResultDisplayInfo::TitleTooltip Property

Visual Studio 2015
 

Gets the localized title tooltip used for displaying this result to the user. Supported content types are strings and UIElementinstances.

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

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

Property Value

Type: System::Object^

the localized title tooltip used for displaying this result to the user.

Return to top
Show: