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::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)

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

Property Value

Type: System.Collections.Generic::Dictionary<IUITechnologyElement^, Int32>^

The recorded list of elements and the corresponding order.

Return to top
Show: