IFilterProvider Interface
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.
A FilterItem provider. Implementations should update Results to make executable filters available.
public interface class IFilterProvider
public interface IFilterProvider
type IFilterProvider = interface
Public Interface IFilterProvider
Properties
Order |
Gets the order value for determining the order of execution of providers. Providers execute in ascending numeric value of the Order property. |
Methods
OnProvidersExecuted(FilterProviderContext) |
Called in decreasing Order, after all IFilterProviders have executed once. |
OnProvidersExecuting(FilterProviderContext) |
Called in increasing Order. |