Share via


IPeekResultDisplayInfo2.LengthOfTokenInLabel Property

Definition

Defines the length of the "interesting" token in the label. For instance, if Peek references was triggered on a method, this would be the length of the method name.

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

Property Value

The length of the "interesting" token in the label.

Remarks

This length is bound to Label. It has nothing to do with the span of text that initialized Peek session.

Applies to