The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
OrderOfInvoke Class
Represents a helper class that generates the order of invocation during recording and maintains the order of invocation during playback.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | OrderMap | Gets the invocation order as recorded. |
![]() ![]() | OrderMapPlayback | Gets the invocation order for test playback. |
| Name | Description | |
|---|---|---|
![]() ![]() | ClearCache() | Clears the OrderMap and OrderMapPlayback properties. |
![]() ![]() | Initialize() | Clears the OrderMap and OrderMapPlayback properties and turns off resetting the cache at the end of every recording and playback session. |
Use this class only for top level windows.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


