InvokeAction (Constructor) (UITechnologyElement, Object)

Invoca el constructor de acción.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITest.Common
Ensamblado:  Microsoft.VisualStudio.TestTools.UITest.Common (en Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintaxis

'Declaración
Public Sub New ( _
    uiElement As UITechnologyElement, _
    value As Object _
)
public InvokeAction(
    UITechnologyElement uiElement,
    Object value
)
public:
InvokeAction(
    UITechnologyElement^ uiElement, 
    Object^ value
)
new : 
        uiElement:UITechnologyElement * 
        value:Object -> InvokeAction
public function InvokeAction(
    uiElement : UITechnologyElement, 
    value : Object
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

InvokeAction Clase

InvokeAction (Sobrecarga)

Microsoft.VisualStudio.TestTools.UITest.Common (Espacio de nombres)