Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the invocation order for test playback.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public Shared ReadOnly Property OrderMapPlayback As Dictionary(Of IntPtr, Integer)
public static Dictionary<IntPtr, int> OrderMapPlayback { get; }
public:
static property Dictionary<IntPtr, int>^ OrderMapPlayback {
Dictionary<IntPtr, int>^ get ();
}
static member OrderMapPlayback : Dictionary<IntPtr, int>
static function get OrderMapPlayback () : Dictionary<IntPtr, int>
Property Value
Type: System.Collections.Generic.Dictionary<IntPtr, Int32>
The playback list of user interface (UI) pointers and the corresponding order number.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.