Udostępnij za pośrednictwem


Delegat CustomInvoker

 

Zapewnia możliwość wywoływania akcje niestandardowe.

Przestrzeń nazw:   Microsoft.VisualStudio.TestTools.UITest.Common
Zestaw:  Microsoft.VisualStudio.TestTools.UITest.Common (w Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Składnia

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
)

Parametry

Zobacz też

UITestAction
UIMap
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common

Powrót do początku