CustomInvoker Delegate

 

Provides the ability to invoke custom actions.

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

Syntax

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
Public Delegate Sub CustomInvoker (
    action As UITestAction,
    map As UIMap
)

Parameters

See Also

UITestAction
UIMap
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top