SystemAction-Konstruktor (UITestActionLogEntry)
Konstrukt 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
)
Parameter
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.