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

'Deklaracja
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
Język JScript nie obsługuje delegatów.

Parametry

Zobacz też

Informacje

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

UITestAction

UIMap