PeekResultDisplayInfo2 Properties
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
| Name | Description | |
|---|---|---|
![]() | Label | Defines the localized label used for displaying this result to the user.(Inherited from PeekResultDisplayInfo.) |
![]() | LabelTooltip | Defines the localized label tooltip used for displaying this result to the user. Supported content types are strings and UIElement" instances.(Inherited from PeekResultDisplayInfo.) |
![]() | LengthOfTokenInLabel | 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. This length is bound to IPeekResultDisplayInfo.Label. It has nothing to do with the span of text that initialized peek. |
![]() | StartIndexOfTokenInLabel | 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. |
![]() | Title | Defines the localized title used for displaying this result to the user.(Inherited from PeekResultDisplayInfo.) |
![]() | TitleTooltip | Defines the localized title tooltip used for displaying this result to the user. Supported content types are strings and UIElement instances.(Inherited from PeekResultDisplayInfo.) |
