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)
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: Boolean
true if external items should be filtered out; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Language.NavigateTo.Interfaces Namespace