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
public SetValueAction(
UITechnologyElement uiElement,
object value
)
public:
SetValueAction(
UITechnologyElement^ uiElement,
Object^ value
)
new :
uiElement:UITechnologyElement *
value:Object -> SetValueAction
Public Sub New (
uiElement As UITechnologyElement,
value As Object
)
Parameters
uiElement
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElementA UITechnologyElement object.
value
Type: System.ObjectA Object that represents the value to set.
See Also
UITechnologyElement
SetValueAction Overload
SetValueAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top