Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Invokes this action.
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 ( _
actionInvoker As UITestActionInvoker, _
map As UIMap _
)
public abstract void Invoke(
UITestActionInvoker actionInvoker,
UIMap map
)
public:
virtual void Invoke(
UITestActionInvoker^ actionInvoker,
UIMap^ map
) abstract
abstract Invoke :
actionInvoker:UITestActionInvoker *
map:UIMap -> unit
public abstract function Invoke(
actionInvoker : UITestActionInvoker,
map : UIMap
)
Parameters
actionInvoker
Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITestActionInvokerA UITestActionInvoker object.
map
Type: Microsoft.VisualStudio.TestTools.UITest.Common.UIMap.UIMapA UIMap object.
Remarks
Notes to Inheritors
Custom implementations of this class should also create a custom implementation of the UITestActionInvoker class that contains specifics about invoking that particular custom action type.
.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.