OrderOfInvoke.OrderMap Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.