NavigateToOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Implementation of INavigateToOptions2.
public ref class NavigateToOptions sealed : Microsoft::VisualStudio::Language::NavigateTo::Interfaces::INavigateToOptions2
public sealed class NavigateToOptions : Microsoft.VisualStudio.Language.NavigateTo.Interfaces.INavigateToOptions2
type NavigateToOptions = class
interface INavigateToOptions2
interface INavigateToOptions
Public NotInheritable Class NavigateToOptions
Implements INavigateToOptions2
- Inheritance
-
NavigateToOptions
- Implements
Remarks
This type provides a base implementation of INavigateToOptions that can be used to initialize DefaultOptions to set the default options for a particular filter.
Constructors
NavigateToOptions() |
Properties
HideExternalItems |
Signals that items not part of the solution should be filtered out. |
SearchCurrentDocument |
Signals that items should be limitted to only the current document. |