This documentation is archived and is not being maintained.
Microsoft.VisualStudio.Language.NavigateTo.Interfaces Namespace
Visual Studio 2010
The Microsoft.VisualStudio.Language.NavigateTo namespace contains the interfaces and classes for the Navigate To feature.
| Class | Description | |
|---|---|---|
![]() | DescriptionItem | Represents a category/details pair for a single description item. |
![]() | DescriptionRun | Represents a single description text run. |
![]() | NavigateToItem | Represents a single symbol, and holds the information that is required to order symbols. |
![]() | NavigateToItemKind | Specifies constants that represent the various kinds of symbols that are recognized by the sorting algorithm. |
![]() | PackageAttribute | Added to INavigateToItemProviderFactory implementation to specify that package on which it depends. The INavigateToItemProviderFactory is loaded only if the specified package is loaded. |
| Interface | Description | |
|---|---|---|
![]() | INavigateToCallback | Collects results and status updates from providers. |
![]() | INavigateToItemDisplay | Holds UI-appropriate display information for a symbol. |
![]() | INavigateToItemDisplayFactory | Creates UI-appropriate display information for a symbol. |
![]() | INavigateToItemProvider | Finds symbols that match a search string, and passes them back to a callback. |
![]() | INavigateToItemProviderFactory | Represents the creation of new instances of INavigateToItemProvider. |
![]() | INavigateToOptions | Represents Navigate To options. |
| Enumeration | Description | |
|---|---|---|
![]() | MatchKind | Indicates how a symbol matches a search string. |
Show:
