TestStepMarkerAction.Disabled (Propiedad)

Obtiene o establece un valor que indica si se ha deshabilitado el marcador.

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 Disabled As Boolean
public bool Disabled { get; set; }
public:
property bool Disabled {
    bool get ();
    void set (bool value);
}
member Disabled : bool with get, set
function get Disabled () : boolean
function set Disabled (value : boolean)

Valor de propiedad

Tipo: System.Boolean
true si el marcador está deshabilitado; en caso contrario, false.

Comentarios

Al establecer esta propiedad se produce el evento PropertyChanged.

Seguridad de .NET Framework

Vea también

Referencia

TestStepMarkerAction Clase

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

PropertyChanged