Propriété UITestAction.ActionLogEntry
Obtient ou définit l'entrée du journal des actions pour l'action.
Espace de noms: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (dans Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntaxe
public UITestActionLogEntry ActionLogEntry {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
set;
}
public:
property UITestActionLogEntry^ ActionLogEntry {
[CompilerGeneratedAttribute]
UITestActionLogEntry^ get();
[CompilerGeneratedAttribute]
void set(UITestActionLogEntry^ value);
}
member ActionLogEntry : UITestActionLogEntry with get, set
Public Property ActionLogEntry As UITestActionLogEntry
Valeur de propriété
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.UITestActionLogEntry
Voir aussi
UITestAction, classe
Microsoft.VisualStudio.TestTools.UITest.Common, espace de noms
Retour au début