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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.