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.
Invokes the provided DragDropAction by using the provided UIMap.
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 DragDropAction, _
map As UIMap _
)
public abstract void Invoke(
DragDropAction action,
UIMap map
)
public:
virtual void Invoke(
DragDropAction^ action,
UIMap^ map
) abstract
abstract Invoke :
action:DragDropAction *
map:UIMap -> unit
public abstract function Invoke(
action : DragDropAction,
map : UIMap
)
Parameters
action
Type: Microsoft.VisualStudio.TestTools.UITest.Common.DragDropActionA DragDropAction object.
map
Type: Microsoft.VisualStudio.TestTools.UITest.Common.UIMap.UIMapA UIMap object.
.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.