Sdílet prostřednictvím


NavigateToOptions Class

Definition

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.

Applies to