ITestRunBase.IsDirty 属性

 

如果测试运行发生更改以来最后一个 save () 返回 true。

命名空间:   Microsoft.TeamFoundation.TestManagement.Client
程序集:  Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)

语法

bool IsDirty { get; }
property bool IsDirty {
    bool get();
}
abstract IsDirty : bool with get
ReadOnly Property IsDirty As Boolean

属性值

Type: System.Boolean

返回 Boolean

请参阅

ITestRunBase 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首