IPeekResultDisplayInfo2 Properties
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
| Name | Description | |
|---|---|---|
![]() | Label | Gets the localized label used for displaying this result to the user.(Inherited from IPeekResultDisplayInfo.) |
![]() | LabelTooltip | Gets the localized label tooltip used for displaying this result to the user.Supported content types are strings and <see cref="UIElement" /> instances.(Inherited from IPeekResultDisplayInfo.) |
![]() | LengthOfTokenInLabel | Gets 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. |
![]() | StartIndexOfTokenInLabel | Gets 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. |
![]() | Title | Gets the localized title used for displaying this result to the user.(Inherited from IPeekResultDisplayInfo.) |
![]() | TitleTooltip | Gets the localized title tooltip used for displaying this result to the user. Supported content types are strings and UIElementinstances.(Inherited from IPeekResultDisplayInfo.) |
