Microsoft.VisualStudio.Language.NavigateTo.Interfaces Namespace

 

The Microsoft.VisualStudio.Language.NavigateTo namespace contains the interfaces and classes for the Navigate To feature.

ClassDescription
System_CAPS_pubclassDescriptionItem

Represents a category/details pair for a single description item.

System_CAPS_pubclassDescriptionRun

Represents a single description text run.

System_CAPS_pubclassNavigateToItem

Represents a single symbol, and holds the information that is required to order symbols.

System_CAPS_pubclassNavigateToItemKind

Specifies constants that represent the various kinds of symbols that are recognized by the sorting algorithm.

System_CAPS_pubclassPackageAttribute

Represents the INavigateToItemProviderFactory implementation to specify that package it depends on. The INavigateToItemProviderFactory will only be loaded if the specified package is loaded.

InterfaceDescription
System_CAPS_pubinterfaceINavigateToCallback

Collects results and status updates from providers.

System_CAPS_pubinterfaceINavigateToCallback2

Provides the results and status updates from providers. It is valid to call the methods in any order.

System_CAPS_pubinterfaceINavigateToItemDisplay

Holds UI-appropriate display information for a symbol.

System_CAPS_pubinterfaceINavigateToItemDisplay2

Adds an optional preview behavior for INavigateToItemDisplay implementations.  Implementing INavigateToItemDisplay2 marks the display item as one that supports previewing.

System_CAPS_pubinterfaceINavigateToItemDisplayFactory

Creates UI-appropriate display information for a symbol.

System_CAPS_pubinterfaceINavigateToItemProvider

Finds symbols that match a search string, and passes them back to a callback.

System_CAPS_pubinterfaceINavigateToItemProviderFactory

Represents the creation of new instances of INavigateToItemProvider.

System_CAPS_pubinterfaceINavigateToOptions

Represents Navigate To options.

EnumerationDescription
System_CAPS_pubenumIncompleteReason

Standard reasons for incomplete results.

System_CAPS_pubenumMatchKind

Indicates how a symbol matches a search string.

Return to top
Show: