Compartilhar via


Propriedade OrderOfInvoke.OrderMap

Obtém a ordem de invocação, conforme registrado.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (em Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Sintaxe

'Declaração
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>

Valor de propriedade

Tipo: System.Collections.Generic.Dictionary<IUITechnologyElement, Int32>
A lista registrada de elementos e a ordem correspondente.

Segurança do .NET Framework

Consulte também

Referência

OrderOfInvoke Classe

Namespace Microsoft.VisualStudio.TestTools.UITest.Extension

OrderMapPlayback