PeekResultDisplayInfo Constructor (String^, Object^, String^, String^)

Visual Studio 2015
 

Creates a new instance of PeekResultDisplayInfo.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
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.

Return to top
Show: