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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Referenční dokumentace
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration – obor názvů