記録された起動の順序を取得します。
名前空間: 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)
Get
public static Dictionary<IUITechnologyElement, int> OrderMap { get; }
public:
static property Dictionary<IUITechnologyElement^, int>^ OrderMap {
Dictionary<IUITechnologyElement^, int>^ get ();
}
static member OrderMap : Dictionary<IUITechnologyElement, int>
static function get OrderMap () : Dictionary<IUITechnologyElement, int>
プロパティ値
型: System.Collections.Generic.Dictionary<IUITechnologyElement, Int32>
要素および対応する順序が記録された一覧。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。