PeekResultDisplayInfo(String, Object, String, String) Constructor

Definition

Creates new instance of the PeekResultDisplayInfo class.

public:
 PeekResultDisplayInfo(System::String ^ label, System::Object ^ labelTooltip, System::String ^ title, System::String ^ titleTooltip);
public:
 PeekResultDisplayInfo(Platform::String ^ label, Platform::Object ^ labelTooltip, Platform::String ^ title, Platform::String ^ titleTooltip);
 PeekResultDisplayInfo(std::wstring const & label, winrt::Windows::Foundation::IInspectable const & labelTooltip, std::wstring const & title, std::wstring const & titleTooltip);
public PeekResultDisplayInfo (string label, object labelTooltip, string title, string titleTooltip);
new Microsoft.VisualStudio.Language.Intellisense.PeekResultDisplayInfo : string * obj * string * string -> Microsoft.VisualStudio.Language.Intellisense.PeekResultDisplayInfo
Public Sub New (label As String, labelTooltip As Object, title As String, titleTooltip As String)

Parameters

label
String

The label.

labelTooltip
Object

The label tooltip.

title
String

The title.

titleTooltip
String

The title tooltip.

Applies to