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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.