Share via


INavigateToOptions.HideExternalItems Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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)

Syntax

'Declaration
ReadOnly Property HideExternalItems As Boolean
bool HideExternalItems { get; }
property bool HideExternalItems {
    bool get ();
}
abstract HideExternalItems : bool with get
function get HideExternalItems () : boolean

Property Value

Type: System.Boolean
true if external items should be filtered out; otherwise, false.

.NET Framework Security

See Also

Reference

INavigateToOptions Interface

Microsoft.VisualStudio.Language.NavigateTo.Interfaces Namespace