Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Invoke for SystemAction.
Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public MustOverride Sub Invoke ( _
    action As SystemAction, _
    map As UIMap _
)
public abstract void Invoke(
    SystemAction action,
    UIMap map
)
public:
virtual void Invoke(
    SystemAction^ action, 
    UIMap^ map
) abstract
abstract Invoke : 
        action:SystemAction * 
        map:UIMap -> unit
public abstract function Invoke(
    action : SystemAction, 
    map : UIMap
)
Parameters
- action 
 Type: Microsoft.VisualStudio.TestTools.UITest.Common.SystemAction- The SystemAction. 
- map 
 Type: Microsoft.VisualStudio.TestTools.UITest.Common.UIMap.UIMap- The UIMap 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.