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)

Syntax

'Declaration
Public Shared ReadOnly Property OrderMapPlayback As Dictionary(Of IntPtr, Integer)
public static Dictionary<IntPtr, int> OrderMapPlayback { get; }
public:
static property Dictionary<IntPtr, int>^ OrderMapPlayback {
    Dictionary<IntPtr, int>^ get ();
}
static member OrderMapPlayback : Dictionary<IntPtr, int>
static function get OrderMapPlayback () : Dictionary<IntPtr, int>

Property Value

Type: System.Collections.Generic.Dictionary<IntPtr, Int32>
The playback list of user interface (UI) pointers and the corresponding order number.

.NET Framework Security

See Also

Reference

OrderOfInvoke Class

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace

OrderMap