INavigateToOptions.HideExternalItems Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Signals that items not part of the solution should be filtered out.
public:
property bool HideExternalItems { bool get(); };
public:
property bool HideExternalItems { bool get(); };
public bool HideExternalItems { get; }
member this.HideExternalItems : bool
Public ReadOnly Property HideExternalItems As Boolean
Property Value
true
if external items should be filtered out; otherwise, false
.