共用方式為


ITestPoint.TestCaseExists 屬性

取得值,這個值表示目前測試案例是否存在於伺服器上。

命名空間:  Microsoft.TeamFoundation.TestManagement.Client
組件:  Microsoft.TeamFoundation.TestManagement.Client (在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)

語法

'宣告
ReadOnly Property TestCaseExists As Boolean
    Get
bool TestCaseExists { get; }
property bool TestCaseExists {
    bool get ();
}
abstract TestCaseExists : bool
function get TestCaseExists () : boolean

屬性值

型別:System.Boolean
如果測試案例存在於伺服器上則為 true,否則為 false。

.NET Framework 安全性

請參閱

參考

ITestPoint 介面

Microsoft.TeamFoundation.TestManagement.Client 命名空間