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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。