IPeekResultDisplayInfo2 Properties

Visual Studio 2015
 

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

NameDescription
System_CAPS_pubpropertyLabel

Gets the localized label used for displaying this result to the user.(Inherited from IPeekResultDisplayInfo.)

System_CAPS_pubpropertyLabelTooltip

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.)

System_CAPS_pubpropertyLengthOfTokenInLabel

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.

System_CAPS_pubpropertyStartIndexOfTokenInLabel

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.

System_CAPS_pubpropertyTitle

Gets the localized title used for displaying this result to the user.(Inherited from IPeekResultDisplayInfo.)

System_CAPS_pubpropertyTitleTooltip

Gets the localized title tooltip used for displaying this result to the user. Supported content types are strings and UIElementinstances.(Inherited from IPeekResultDisplayInfo.)

Return to top
Show: