Freigeben über


UITestAction.ActionLogEntry-Eigenschaft

Ruft den Aktionsprotokolleintrag für die Aktion fest.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

'Declaration
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)

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

UITestAction Klasse

Microsoft.VisualStudio.TestTools.UITest.Common-Namespace