PeekResultDisplayInfo2 Constructor (String^, Object^, String^, String^, Int32, Int32)
Visual Studio 2015
Creates s new instance of PeekResultDisplayInfo2.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
public: PeekResultDisplayInfo2( String^ label, Object^ labelTooltip, String^ title, String^ titleTooltip, int startIndexOfTokenInLabel, int lengthOfTokenInLabel )
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.
- startIndexOfTokenInLabel
-
Type:
System::Int32
The start index of the token.
- lengthOfTokenInLabel
-
Type:
System::Int32
The length of the token.
Show: