Partager via


UITestInterpreter.ActionInvoker, propriété

Obtient ou définit UITestActionInvoker pour interpréter ce test.

Espace de noms :  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly :  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (dans Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll)

Syntaxe

'Déclaration
Public Property ActionInvoker As UITestActionInvoker
    Get
    Set
public UITestActionInvoker ActionInvoker { get; set; }
public:
property UITestActionInvoker^ ActionInvoker {
    UITestActionInvoker^ get ();
    void set (UITestActionInvoker^ value);
}
member ActionInvoker : UITestActionInvoker with get, set
function get ActionInvoker () : UITestActionInvoker
function set ActionInvoker (value : UITestActionInvoker)

Valeur de propriété

Type : Microsoft.VisualStudio.TestTools.UITest.Common.UITestActionInvoker
Demandeur d'action de test.

Sécurité .NET Framework

Voir aussi

Référence

UITestInterpreter Classe

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration, espace de noms

UITestActionInvoker