Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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> with get
static function get OrderMapPlayback () : Dictionary<IntPtr, int>
Property Value
Type: 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.