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> with get
static function get OrderMap () : Dictionary<IUITechnologyElement, int>
Property Value
Type: Dictionary<IUITechnologyElement, Int32>
The recorded list of elements and the corresponding order.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.