OrderOfInvoke.OrderMap Property

Gets the invocation order as recorded.

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 OrderMap As Dictionary(Of IUITechnologyElement, Integer)
public static Dictionary<IUITechnologyElement, int> OrderMap { get; }
public:
static property Dictionary<IUITechnologyElement^, int>^ OrderMap {
    Dictionary<IUITechnologyElement^, int>^ get ();
}
static member OrderMap : Dictionary<IUITechnologyElement, int>
static function get OrderMap () : Dictionary<IUITechnologyElement, int>

Property Value

Type: System.Collections.Generic.Dictionary<IUITechnologyElement, Int32>
The recorded list of elements and the corresponding order.

.NET Framework Security

See Also

Reference

OrderOfInvoke Class

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace

OrderMapPlayback