共用方式為


CustomInvoker 委派

提供叫用自訂動作的能力。

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

語法

'宣告
Public Delegate Sub CustomInvoker ( _
    action As UITestAction, _
    map As UIMap _
)
public delegate void CustomInvoker(
    UITestAction action,
    UIMap map
)
public delegate void CustomInvoker(
    UITestAction^ action, 
    UIMap^ map
)
type CustomInvoker = 
    delegate of 
        action:UITestAction * 
        map:UIMap -> unit
JScript 不支援委派。

參數

請參閱

參考

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

UITestAction

UIMap