PeekResultDisplayInfo2::StartIndexOfTokenInLabel Property
Visual Studio 2015
Defines the index of the first character of the "interesting" token in the label. For instance, if the peek reference was triggered on a method, this would be the first character's index in the label that contains the method name. This index is bound to IPeekResultDisplayInfo.Label. It has nothing to do with the span of text that initialized peek.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
public: property int StartIndexOfTokenInLabel { [CompilerGeneratedAttribute] virtual int get() sealed; [CompilerGeneratedAttribute] virtual void set(int value) sealed; }
Show: