Share via


SystemAction Constructor (UITestActionLogEntry)

Construct SystemAction.

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

Syntax

'Declaration
Public Sub New ( _
    actionLog As UITestActionLogEntry _
)
public SystemAction(
    UITestActionLogEntry actionLog
)
public:
SystemAction(
    UITestActionLogEntry^ actionLog
)
new : 
        actionLog:UITestActionLogEntry -> SystemAction
public function SystemAction(
    actionLog : UITestActionLogEntry
)

Parameters

.NET Framework Security

See Also

Reference

SystemAction Class

SystemAction Overload

Microsoft.VisualStudio.TestTools.UITest.Common Namespace