Udostępnij za pośrednictwem


Właściwość UITestInterpreter.ActionInvoker —

Pobiera lub ustawia UITestActionInvoker do interpretacji tego testu.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Zestaw:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (w Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll)

Składnia

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

Wartość właściwości

Typ: Microsoft.VisualStudio.TestTools.UITest.Common.UITestActionInvoker
Badanie źródła działania.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

UITestInterpreter Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.CodeGeneration

UITestActionInvoker