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
- 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.