IPeekResultDisplayInfo2.StartIndexOfTokenInLabel Property

Definition

Defines the first character's index of the "interesting" token in the label. For instance, if Peek references was triggered on a method, this would be the first character's index in the label that contains the method name.

public:
 property int StartIndexOfTokenInLabel { int get(); void set(int value); };
public:
 property int StartIndexOfTokenInLabel { int get(); void set(int value); };
public int StartIndexOfTokenInLabel { get; set; }
member this.StartIndexOfTokenInLabel : int with get, set
Public Property StartIndexOfTokenInLabel As Integer

Property Value

The index of the first character of the "interesting" token in the label.

Remarks

This index is bound to Label. It has nothing to do with the span of text that initialized peek.

Applies to