ITestList.CanChangeTestLists 属性

获取指示子列表是否可修改的值。

命名空间:  Microsoft.VisualStudio.TestTools.Common
程序集:  Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

语法

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

属性值

类型:System.Boolean
如果列表项可修改,则为 true;否则为 false。

.NET Framework 安全性

请参见

参考

ITestList 接口

Microsoft.VisualStudio.TestTools.Common 命名空间

CanChangeTests