The IMsMetaAttributeFilter interface contains properties and methods of filter based on attributes.
Property name | Brief description | |
The Count property returns the number of filter attributes. | ||
The Item property returns an attribute from filter by its index. |
Property name | Brief description | |
The Add method adds a filter parameter. | ||
The Clear method clears filter. | ||
The FindById method searches filter parameters by attribute identifier. | ||
The FindByKey method finds filter parameters in the collection by attribute key. | ||
The Remove method removes filter parameters by its index. | ||
The RemoveByKey method removes filter parameters by attribute key. |
See also: