Partager via


ITestList.CanChangeTests, propriété

Obtient une valeur qui indique si les tests dans la liste peuvent être modifiés.

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

Syntaxe

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

Valeur de propriété

Type : System.Boolean
true si les tests peuvent être modifiés ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

ITestList Interface

Microsoft.VisualStudio.TestTools.Common, espace de noms

ReadOnly