共用方式為


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