ITestList.CanChangeTestLists Property

Gets a value that indicates whether the child lists can be modified.

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

Syntax

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

Property Value

Type: Boolean
true if the list items can be modified; otherwise, false.

.NET Framework Security

See Also

Reference

ITestList Interface

Microsoft.VisualStudio.TestTools.Common Namespace

CanChangeTests