Partager via


ITestList.CanChangeTestLists, propriété

Obtient une valeur qui indique si les listes enfants peuvent être modifiées.

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

Syntaxe

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

Valeur de propriété

Type : System.Boolean
true si les éléments de listes peuvent être modifiés ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

ITestList Interface

Microsoft.VisualStudio.TestTools.Common, espace de noms

CanChangeTests