ITestList.ReadOnly-Eigenschaft

Ruft einen Wert ab, der angibt, ob die Liste geändert werden kann.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

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

Eigenschaftswert

Typ: System.Boolean
true, wenn die Liste schreibgeschützt ist, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITestList Schnittstelle

Microsoft.VisualStudio.TestTools.Common-Namespace

CanChangeTests