NavigateToItem Properties

 

Namespace:   Microsoft.VisualStudio.Language.NavigateTo.Interfaces
Assembly:  Microsoft.VisualStudio.Language.NavigateTo.Interfaces (in Microsoft.VisualStudio.Language.NavigateTo.Interfaces.dll)

NameDescription
System_CAPS_pubpropertyDisplayFactory

Gets UI-appropriate display information for the symbol.

System_CAPS_pubpropertyKind

Gets the symbol's kind. The kind is the file, class, method, and so on. It is one of the constants defined in NavigateToItemKind.

System_CAPS_pubpropertyLanguage

Gets the language from which the symbol comes.

System_CAPS_pubpropertyMatchKind

Gets the MatchKind member that indicates how the symbol matches the search string.

System_CAPS_pubpropertyName

Gets the name of the symbol.

System_CAPS_pubpropertySecondarySort

Gets the arbitrary string that is used to sort symbols that are otherwise equivalent.

System_CAPS_pubpropertyTag

Gets the custom data that the implementer provided.

Return to top
Show: