This topic has not yet been rated - Rate this topic

OrderOfInvoke Class

Represents a helper class that generates the order of invocation during recording and maintains the order of invocation during playback.

System::Object
  Microsoft.VisualStudio.TestTools.UITest.Extension::OrderOfInvoke

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
public ref class OrderOfInvoke abstract sealed

The OrderOfInvoke type exposes the following members.

  NameDescription
Public propertyStatic memberOrderMapGets the invocation order as recorded.
Public propertyStatic memberOrderMapPlaybackGets the invocation order for test playback.
Top
  NameDescription
Public methodStatic memberClearCacheClears the OrderMap and OrderMapPlayback properties.
Public methodStatic memberInitializeClears the OrderMap and OrderMapPlayback properties and turns off resetting the cache at the end of every recording and playback session.
Top

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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.