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
action
Typ: Microsoft.VisualStudio.TestTools.UITest.Common.UITestActionA UITestAction object.
map
Typ: Microsoft.VisualStudio.TestTools.UITest.Common.UIMap.UIMapA UIMap object.
Zobacz też
Informacje
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common