IPeekResultDisplayInfo::Title Property

Visual Studio 2015
 

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

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

property String^ Title {
	String^ get();
}

Property Value

Type: System::String^

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

Return to top
Show: