Information
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::OrderMapPlayback Property

 

Gets the invocation order for test playback.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

public:
property Dictionary<IntPtr, int>^ OrderMapPlayback {
	static Dictionary<IntPtr, int>^ get();
}

Property Value

Type: System.Collections.Generic::Dictionary<IntPtrInt32>^

The playback list of user interface (UI) pointers and the corresponding order number.

Return to top
Show: