共用方式為


INewBuildStatistics.ResolvedBugCount 屬性

取得已解決的 Bug 數目。

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

語法

'宣告
ReadOnly Property ResolvedBugCount As Integer
int ResolvedBugCount { get; }
property int ResolvedBugCount {
    int get ();
}
abstract ResolvedBugCount : int with get
function get ResolvedBugCount () : int

屬性值

型別:System.Int32
已解決的 Bug 數目。

.NET Framework 安全性

請參閱

參考

INewBuildStatistics 介面

Microsoft.TeamFoundation.TestManagement.Client 命名空間