Partager via


OrderOfInvoke.OrderMapPlayback, propriété

Obtient l'ordre d'appel pour la lecture de test.

Espace de noms :  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly :  Microsoft.VisualStudio.TestTools.UITest.Extension (dans Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntaxe

'Déclaration
Public Shared ReadOnly Property OrderMapPlayback As Dictionary(Of IntPtr, Integer)
    Get
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>

Valeur de propriété

Type : System.Collections.Generic.Dictionary<IntPtr, Int32>
Liste de lecture des pointeurs d'interface utilisateur et numéro de classement correspondant.

Sécurité .NET Framework

Voir aussi

Référence

OrderOfInvoke Classe

Microsoft.VisualStudio.TestTools.UITest.Extension, espace de noms

OrderMap