Collection of filter criteria name/value pairs
Members
The IHelpFilter interface inherits from the IDispatch interface. IHelpFilter also has these types of members:
Methods
The IHelpFilter interface has these methods.
| Method | Description |
|---|---|
| Add | method Add - Adds a filter key/value pair to the filter list |
| AddRange | method AddRange - Adds a criteria key and matching range of values to the filter list |
| ContainsKey | method ContainsKey - Check to see if a filter key is in the filter list |
| Count | method Count - returns the number of filter elements in the collection |
| ElementAt | method ElementAt - returns filter value at a particular index in the collection |
| Item | method Item - returns the filter value of a provided filter key |
| Remove | method Remove - Remove a criteria key/value pair from the filter list |
Requirements
| Minimum supported client |
Windows 8 [desktop apps only] |
| Minimum supported server |
Windows Server 2012 [desktop apps only] |
| IDL |
|