INavigateToItemDisplay Interface
Visual Studio 2015
Holds UI-appropriate display information for a symbol.
Assembly: Microsoft.VisualStudio.Language.NavigateTo.Interfaces (in Microsoft.VisualStudio.Language.NavigateTo.Interfaces.dll)
| Name | Description | |
|---|---|---|
![]() | AdditionalInformation | Gets additional information that should be displayed for the item. |
![]() | Description | Gets a detailed description to be displayed about the item. This frequently includes the kind, scope, and location of the item, and a preview of the item. |
![]() | DescriptionItems | Gets the collection of description items. |
![]() | Glyph | Gets the symbol icon. |
![]() | Name | Gets the name of the item. |
| Name | Description | |
|---|---|---|
![]() | NavigateTo() | Navigates to the file, line, and column associated with the symbol. |
Show:

