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
- 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.
Siehe auch
Referenz
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration-Namespace