NavigateToItem Properties
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Language.NavigateTo.Interfaces
Assembly: Microsoft.VisualStudio.Language.NavigateTo.Interfaces (in Microsoft.VisualStudio.Language.NavigateTo.Interfaces.dll)
| Name | Description | |
|---|---|---|
![]() | DisplayFactory | Gets UI-appropriate display information for the symbol. |
![]() | Kind | Gets the symbol's kind. The kind is the file, class, method, and so on. It is one of the constants defined in NavigateToItemKind. |
![]() | Language | Gets the language from which the symbol comes. |
![]() | MatchKind | Gets the MatchKind member that indicates how the symbol matches the search string. |
![]() | Name | Gets the name of the symbol. |
![]() | SecondarySort | Gets the arbitrary string that is used to sort symbols that are otherwise equivalent. |
![]() | Tag | Gets the custom data that the implementer provided. |
Show:
