Partager via


ITestList.ReadOnly, propriété

Obtient une valeur qui indique si la liste peut être modifiée.

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

Syntaxe

'Déclaration
ReadOnly Property ReadOnly As Boolean
    Get
bool ReadOnly { get; }
property bool ReadOnly {
    bool get ();
}
abstract ReadOnly : bool
function get ReadOnly () : boolean

Valeur de propriété

Type : System.Boolean
true si la liste est en lecture seule ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

ITestList Interface

Microsoft.VisualStudio.TestTools.Common, espace de noms

CanChangeTests