PeekResultDisplayInfo2.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

Returns Int32.

Implements

Remarks

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

Applies to