Freigeben über


UITestInterpreterCore.ActionInvoker-Eigenschaft

Ruft den UITestActionInvoker ab, der verwendet wird, um Aktionen im UITest auszuführen, oder legt diesen fest.

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

Syntax

'Declaration
Public Overridable Property ActionInvoker As UITestActionInvoker
public virtual UITestActionInvoker ActionInvoker { get; set; }
public:
virtual property UITestActionInvoker^ ActionInvoker {
    UITestActionInvoker^ get ();
    void set (UITestActionInvoker^ value);
}
abstract ActionInvoker : UITestActionInvoker with get, set 
override ActionInvoker : UITestActionInvoker with get, set
function get ActionInvoker () : UITestActionInvoker 
function set ActionInvoker (value : UITestActionInvoker)

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.UITest.Common.UITestActionInvoker
Gibt UITestActionInvoker zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

UITestInterpreterCore Klasse

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration-Namespace