SetStateAction.States (Propiedad)

Obtiene o establece la configuración de estado.

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 Property States As ControlStates
public ControlStates States { get; set; }
public:
property ControlStates States {
    ControlStates get ();
    void set (ControlStates value);
}
member States : ControlStates with get, set
function get States () : ControlStates
function set States (value : ControlStates)

Valor de propiedad

Tipo: Microsoft.VisualStudio.TestTools.UITest.Extension.ControlStates
La configuración de estado.

Comentarios

Al establecer esta propiedad se produce el evento PropertyChanged.

Seguridad de .NET Framework

Vea también

Referencia

SetStateAction Clase

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

PropertyChanged

ControlStates