IPeekResultDisplayInfo2.LengthOfTokenInLabel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.