PeekResultDisplayInfo::Title Property
Visual Studio 2015
Defines the localized title used for displaying this result to the user.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
public: property String^ Title { [CompilerGeneratedAttribute] virtual String^ get() sealed; [CompilerGeneratedAttribute] private: virtual void set(String^ value) sealed; }
Property Value
Type: System::String^The localized title used for displaying this result to the user.
Implements
IPeekResultDisplayInfo::Title
Show: