共用方式為


UITestInterpreter.ActionInvoker 屬性

取得或設定解譯這個測試的 UITestActionInvoker

命名空間:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
組件:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (在 Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll 中)

語法

'宣告
Public Property ActionInvoker As UITestActionInvoker
    Get
    Set
public UITestActionInvoker ActionInvoker { get; set; }
public:
property UITestActionInvoker^ ActionInvoker {
    UITestActionInvoker^ get ();
    void set (UITestActionInvoker^ value);
}
member ActionInvoker : UITestActionInvoker with get, set
function get ActionInvoker () : UITestActionInvoker
function set ActionInvoker (value : UITestActionInvoker)

屬性值

型別:Microsoft.VisualStudio.TestTools.UITest.Common.UITestActionInvoker
測試動作啟動程式。

.NET Framework 安全性

請參閱

參考

UITestInterpreter 類別

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration 命名空間

UITestActionInvoker