INavigateToItemProvider2.CanFilter 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.
The provider has the ability to filter itself and will only return items matching the filtering parameters. The provider will be called with the StartSearch(INavigateToCallback, String, INavigateToFilterParameters) overload with the INavigateToFilterParameters parameter.
public:
property bool CanFilter { bool get(); };
public:
property bool CanFilter { bool get(); };
public bool CanFilter { get; }
member this.CanFilter : bool
Public ReadOnly Property CanFilter As Boolean