UITestInterpreterCore.ActionInvoker (Propiedad)

Obtiene o establece el UITestActionInvoker para utilizar para ejecutar acciones en el UITest.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Ensamblado:  Microsoft.VisualStudio.TestTools.UITest.Common (en Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: Microsoft.VisualStudio.TestTools.UITest.Common.UITestActionInvoker
Devuelva UITestActionInvoker.

Seguridad de .NET Framework

Vea también

Referencia

UITestInterpreterCore Clase

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (Espacio de nombres)