Partager via


UITestAction.ActionLogEntry, propriété

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

'Déclaration
Public Property ActionLogEntry As UITestActionLogEntry
public UITestActionLogEntry ActionLogEntry { get; set; }
public:
property UITestActionLogEntry^ ActionLogEntry {
    UITestActionLogEntry^ get ();
    void set (UITestActionLogEntry^ value);
}
member ActionLogEntry : UITestActionLogEntry with get, set
function get ActionLogEntry () : UITestActionLogEntry 
function set ActionLogEntry (value : UITestActionLogEntry)

Valeur de propriété

Type : Microsoft.VisualStudio.TestTools.UITest.Extension.UITestActionLogEntry

Sécurité .NET Framework

Voir aussi

Référence

UITestAction Classe

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