SetValueAction Constructor (UITechnologyElement, Object)

Initializes a new instance of the SetValueAction class by using the provided element and value.

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 SetValueAction(
    UITechnologyElement uiElement,
    Object value
)
public:
SetValueAction(
    UITechnologyElement^ uiElement, 
    Object^ value
)
new : 
        uiElement:UITechnologyElement * 
        value:Object -> SetValueAction
public function SetValueAction(
    uiElement : UITechnologyElement, 
    value : Object
)

Parameters

.NET Framework Security

See Also

Reference

SetValueAction Class

SetValueAction Overload

Microsoft.VisualStudio.TestTools.UITest.Common Namespace

UITechnologyElement