PeekResultDisplayInfo Constructor (String^, Object^, String^, String^)
Visual Studio 2015
Creates a new instance of PeekResultDisplayInfo.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
public:
PeekResultDisplayInfo(
String^ label,
Object^ labelTooltip,
String^ title,
String^ titleTooltip
)
Parameters
- label
-
Type:
System::String^
The label.
- labelTooltip
-
Type:
System::Object^
The label tooltip.
- title
-
Type:
System::String^
The title.
- titleTooltip
-
Type:
System::String^
The title tooltip.
Show: