Propriété UITestAction.Tags
Obtient un dictionnaire d'informations supplémentaires sur cette action qui est nécessaire pendant l'enregistrement, l'agrégation ou le post-traitement.La procédure set est privée.
Espace de noms: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (dans Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntaxe
public IDictionary<string, object> Tags { get; private set; }
public:
property IDictionary<String^, Object^>^ Tags {
IDictionary<String^, Object^>^ get();
private: void set(IDictionary<String^, Object^>^ value);
}
member Tags : IDictionary<string, Object> with get, private set
Public Property Tags As IDictionary(Of String, Object)
Get
Private Set
End Property
Valeur de propriété
Type: System.Collections.Generic.IDictionary<String, Object>
Dictionnaire de valeurs de nommées.
Notes
Cette propriété n'est pas rendue persistante et n'est pas disponible pendant la lecture.
Voir aussi
UITestAction, classe
Microsoft.VisualStudio.TestTools.UITest.Common, espace de noms
Retour au début