UITestAction.Invoke Method (UITestActionInvoker, UIMap)

 

Invokes this action.

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

Syntax

public abstract void Invoke(
    UITestActionInvoker actionInvoker,
    UIMap map
)
public:
virtual void Invoke(
    UITestActionInvoker^ actionInvoker,
    UIMap^ map
) abstract
abstract Invoke : 
        actionInvoker:UITestActionInvoker *
        map:UIMap -> unit
Public MustOverride Sub Invoke (
    actionInvoker As UITestActionInvoker,
    map As UIMap
)

Parameters

Notes to Inheritors:

Custom implementations of this class should also create a custom implementation of the UITestActionInvoker class that contains specifics about invoking that particular custom action type.

See Also

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

Return to top