PeekResultDisplayInfo2 Properties

Visual Studio 2015
 

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

NameDescription
System_CAPS_pubpropertyLabel

Defines the localized label used for displaying this result to the user.(Inherited from PeekResultDisplayInfo.)

System_CAPS_pubpropertyLabelTooltip

Defines the localized label tooltip used for displaying this result to the user. Supported content types are strings and UIElement" instances.(Inherited from PeekResultDisplayInfo.)

System_CAPS_pubpropertyLengthOfTokenInLabel

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.

System_CAPS_pubpropertyStartIndexOfTokenInLabel

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.

System_CAPS_pubpropertyTitle

Defines the localized title used for displaying this result to the user.(Inherited from PeekResultDisplayInfo.)

System_CAPS_pubpropertyTitleTooltip

Defines the localized title tooltip used for displaying this result to the user. Supported content types are strings and UIElement instances.(Inherited from PeekResultDisplayInfo.)

Return to top
Show: