UITestInterpreterCore.ActionInvoker – vlastnost
Získá nebo nastaví UITestActionInvoker použít k provedení akce v UITest.
Obor názvů: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Sestavení: Microsoft.VisualStudio.TestTools.UITest.Common (v Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntaxe
'Deklarace
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)
Hodnota vlastnosti
Typ: Microsoft.VisualStudio.TestTools.UITest.Common.UITestActionInvoker
Vrátí UITestActionInvoker.
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ů