Sdílet prostřednictvím


UITestInterpreter.ActionInvoker – vlastnost

Získá nebo nastaví UITestActionInvoker interpretovat tento test.

Obor názvů:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Sestavení:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (v Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: Microsoft.VisualStudio.TestTools.UITest.Common.UITestActionInvoker
Test povyšovací funkce akce.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

UITestInterpreter Třída

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration – obor názvů

UITestActionInvoker