SetStateAction (Constructor) (UITechnologyElement, Object)

Inicializa una nueva instancia de la clase SetStateAction utilizando el elemento y el valor proporcionados.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITest.Common
Ensamblado:  Microsoft.VisualStudio.TestTools.UITest.Common (en Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintaxis

'Declaración
Public Sub New ( _
    uiElement As UITechnologyElement, _
    value As Object _
)
public SetStateAction(
    UITechnologyElement uiElement,
    Object value
)
public:
SetStateAction(
    UITechnologyElement^ uiElement, 
    Object^ value
)
new : 
        uiElement:UITechnologyElement * 
        value:Object -> SetStateAction
public function SetStateAction(
    uiElement : UITechnologyElement, 
    value : Object
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

SetStateAction Clase

SetStateAction (Sobrecarga)

Microsoft.VisualStudio.TestTools.UITest.Common (Espacio de nombres)

UITechnologyElement