OrderOfInvoke.OrderMap Property

Definition

Gets the invocation order as recorded.

public:
 static property System::Collections::Generic::Dictionary<Microsoft::VisualStudio::TestTools::UITest::Extension::IUITechnologyElement ^, int> ^ OrderMap { System::Collections::Generic::Dictionary<Microsoft::VisualStudio::TestTools::UITest::Extension::IUITechnologyElement ^, int> ^ get(); };
public static System.Collections.Generic.Dictionary<Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement,int> OrderMap { get; }
static member OrderMap : System.Collections.Generic.Dictionary<Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement, int>
Public Shared ReadOnly Property OrderMap As Dictionary(Of IUITechnologyElement, Integer)

Property Value

The recorded list of elements and the corresponding order.

Applies to