Freigeben über


CustomInvoker-Delegat

Bietet die Möglichkeit zum Aufrufen von benutzerdefinierten Aktionen.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

'Declaration
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 unterstützt keine Delegaten.

Parameter

Siehe auch

Referenz

Microsoft.VisualStudio.TestTools.UITest.Common-Namespace

UITestAction

UIMap