Partager via


ITestElement.ReadOnly, propriété

Obtient une valeur qui indique si cet élément de test est en lecture seule.

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

Syntaxe

'Déclaration
Property ReadOnly As Boolean
    Get
    Set
bool ReadOnly { get; set; }
property bool ReadOnly {
    bool get ();
    void set (bool value);
}
abstract ReadOnly : bool with get, set
function get ReadOnly () : boolean
function set ReadOnly (value : boolean)

Valeur de propriété

Type : System.Boolean
true si cet élément de test est en lecture seule ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

ITestElement Interface

Microsoft.VisualStudio.TestTools.Common, espace de noms