다음을 통해 공유


INavigateToItemProvider2.CanFilter Property

Definition

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

Property Value

Applies to