SetStateAction Constructor (UITechnologyElement, Object)

 

Initializes a new instance of the SetStateAction 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 SetStateAction(
    UITechnologyElement uiElement,
    object value
)
public:
SetStateAction(
    UITechnologyElement^ uiElement,
    Object^ value
)
new : 
        uiElement:UITechnologyElement *
        value:Object -> SetStateAction
Public Sub New (
    uiElement As UITechnologyElement,
    value As Object
)

Parameters

See Also

UITechnologyElement
SetStateAction Overload
SetStateAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top