Partager via


TestStepMarkerAction.Disabled, propriété

Obtient ou définit une valeur qui indique si le marqueur est désactivé.

Espace de noms :  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly :  Microsoft.VisualStudio.TestTools.UITest.Common (dans Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntaxe

'Déclaration
Public Property Disabled As Boolean
    Get
    Set
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)

Valeur de propriété

Type : System.Boolean
true si le marqueur est désactivé ; sinon, false.

Notes

La définition de cette propriété déclenche l'événement PropertyChanged.

Sécurité .NET Framework

Voir aussi

Référence

TestStepMarkerAction Classe

Microsoft.VisualStudio.TestTools.UITest.Common, espace de noms

PropertyChanged