共用方式為


OrderOfInvoke.OrderMap 屬性

取得錄製的叫用順序。

命名空間:  Microsoft.VisualStudio.TestTools.UITest.Extension
組件:  Microsoft.VisualStudio.TestTools.UITest.Extension (在 Microsoft.VisualStudio.TestTools.UITest.Extension.dll 中)

語法

'宣告
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>

屬性值

型別:System.Collections.Generic.Dictionary<IUITechnologyElement, Int32>
錄製的項目清單與對應順序。

.NET Framework 安全性

請參閱

參考

OrderOfInvoke 類別

Microsoft.VisualStudio.TestTools.UITest.Extension 命名空間

OrderMapPlayback