PeekResultDisplayInfo::TitleTooltip Property

Visual Studio 2015
 

Defines the localized title tooltip used for displaying this result to the user. Supported content types are strings and UIElement instances.

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

public:
property Object^ TitleTooltip {
	[CompilerGeneratedAttribute]
	virtual Object^ get() sealed;
	[CompilerGeneratedAttribute]
	private: virtual void set(Object^ value) sealed;
}

Property Value

Type: System::Object^

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

Return to top
Show: