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 Overrides Property ActionInvoker As UITestActionInvoker
public override UITestActionInvoker ActionInvoker { get; set; }
public:
virtual property UITestActionInvoker^ ActionInvoker {
    UITestActionInvoker^ get () override;
    void set (UITestActionInvoker^ value) override;
}
abstract ActionInvoker : UITestActionInvoker with get, set 
override ActionInvoker : UITestActionInvoker with get, set
override function get ActionInvoker () : UITestActionInvoker 
override 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