InvokeAction Constructor (UITechnologyElement, Object)

Invokes action constructer.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

'Declaration
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
)

Parameters

  • value
    Type: Object

.NET Framework Security

See Also

Reference

InvokeAction Class

InvokeAction Overload

Microsoft.VisualStudio.TestTools.UITest.Common Namespace