INavigateToOptions::HideExternalItems Property

 

Gets a value that indicates whether items that are not part of the solution should be filtered out.

Namespace:   Microsoft.VisualStudio.Language.NavigateTo.Interfaces
Assembly:  Microsoft.VisualStudio.Language.NavigateTo.Interfaces (in Microsoft.VisualStudio.Language.NavigateTo.Interfaces.dll)

property bool HideExternalItems {
	bool get();
}

Property Value

Type: System::Boolean

true if external items should be filtered out; otherwise, false.

Return to top
Show: