PeekResultDisplayInfo(String, Object, String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.