Condividi tramite


Proprietà ITestList.CanChangeTests

Ottiene un valore che indica se i test nell'elenco possono essere modificati.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Sintassi

'Dichiarazione
ReadOnly Property CanChangeTests As Boolean
bool CanChangeTests { get; }
property bool CanChangeTests {
    bool get ();
}
abstract CanChangeTests : bool with get
function get CanChangeTests () : boolean

Valore proprietà

Tipo: System.Boolean
true se i test possono essere modificati, in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITestList Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common

ReadOnly