This documentation is archived and is not being maintained.
UITestActionFilter Class
Visual Studio 2010
Contains methods and properties to aggregate similar action results into a single result.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
The UITestActionFilter type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ApplyTimeout | Gets a value that indicates whether to apply aggregator time-out limits. |
![]() | Category | Gets the category to use to group the filtered list of actions. |
![]() | Enabled | Gets a value that indicates whether this filter is enabled. |
![]() | FilterType | Gets the type of this filter. |
![]() | Group | Gets the name of the group to which this filter belongs. |
![]() | Name | Gets the name of this filter that is included in log messages. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ProcessRule | When implemented in a derived class, processes your custom rule for aggregating several action results into one result, and returns a value that indicates whether to end aggregation or to continue aggregating actions. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
When you inherit this class, you must implement the ProcessRule method.
Show:
