PeekResultDisplayInfo2(String, Object, String, String, Int32, Int32) 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 PeekResultDisplayInfo2 class.
public:
PeekResultDisplayInfo2(System::String ^ label, System::Object ^ labelTooltip, System::String ^ title, System::String ^ titleTooltip, int startIndexOfTokenInLabel, int lengthOfTokenInLabel);
public:
PeekResultDisplayInfo2(Platform::String ^ label, Platform::Object ^ labelTooltip, Platform::String ^ title, Platform::String ^ titleTooltip, int startIndexOfTokenInLabel, int lengthOfTokenInLabel);
PeekResultDisplayInfo2(std::wstring const & label, winrt::Windows::Foundation::IInspectable const & labelTooltip, std::wstring const & title, std::wstring const & titleTooltip, int startIndexOfTokenInLabel, int lengthOfTokenInLabel);
public PeekResultDisplayInfo2 (string label, object labelTooltip, string title, string titleTooltip, int startIndexOfTokenInLabel, int lengthOfTokenInLabel);
new Microsoft.VisualStudio.Language.Intellisense.PeekResultDisplayInfo2 : string * obj * string * string * int * int -> Microsoft.VisualStudio.Language.Intellisense.PeekResultDisplayInfo2
Public Sub New (label As String, labelTooltip As Object, title As String, titleTooltip As String, startIndexOfTokenInLabel As Integer, lengthOfTokenInLabel As Integer)
Parameters
- label
- String
The label.
- labelTooltip
- Object
The label tooltip.
- title
- String
The title.
- titleTooltip
- String
The title tooltip.
- startIndexOfTokenInLabel
- Int32
The start index of the token.
- lengthOfTokenInLabel
- Int32
The length of the token.