OrderOfInvoke.OrderMap, propriété
Obtient l'ordre d'appel tel qu'enregistré.
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 OrderMap As Dictionary(Of IUITechnologyElement, Integer)
public static Dictionary<IUITechnologyElement, int> OrderMap { get; }
public:
static property Dictionary<IUITechnologyElement^, int>^ OrderMap {
Dictionary<IUITechnologyElement^, int>^ get ();
}
static member OrderMap : Dictionary<IUITechnologyElement, int> with get
static function get OrderMap () : Dictionary<IUITechnologyElement, int>
Valeur de propriété
Type : System.Collections.Generic.Dictionary<IUITechnologyElement, Int32>
Liste enregistrée d'éléments et ordre correspondant.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.TestTools.UITest.Extension, espace de noms