INavigateToOptions2 Interface

Definition

public interface class INavigateToOptions2 : Microsoft::VisualStudio::Language::NavigateTo::Interfaces::INavigateToOptions
public interface class INavigateToOptions2 : Microsoft::VisualStudio::Language::NavigateTo::Interfaces::INavigateToOptions
__interface INavigateToOptions2 : Microsoft::VisualStudio::Language::NavigateTo::Interfaces::INavigateToOptions
public interface INavigateToOptions2 : Microsoft.VisualStudio.Language.NavigateTo.Interfaces.INavigateToOptions
type INavigateToOptions2 = interface
    interface INavigateToOptions
Public Interface INavigateToOptions2
Implements INavigateToOptions
Derived
Implements

Properties

HideExternalItems

Signals that items not part of the solution should be filtered out.

(Inherited from INavigateToOptions)
SearchCurrentDocument

Signals that items should be limitted to only the current document.

Applies to