PeekResultDisplayInfo2(String, Object, String, String, Int32, Int32) Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellt eine neue Instanz der- PeekResultDisplayInfo2 Klasse.
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)
Parameter
- label
- String
Die Bezeichnung.
- labelTooltip
- Object
Die QuickInfo für die Bezeichnung.
- title
- String
Der Titel.
- titleTooltip
- String
Die QuickInfo des Titels.
- startIndexOfTokenInLabel
- Int32
Der Start Index des Tokens.
- lengthOfTokenInLabel
- Int32
Die Länge des Tokens.