获取已解决的 bug 的数量。
命名空间: Microsoft.TeamFoundation.TestManagement.Client
程序集: Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)
语法
int ResolvedBugCount { get; }
property int ResolvedBugCount {
int get();
}
abstract ResolvedBugCount : int with get
ReadOnly Property ResolvedBugCount As Integer
属性值
Type: System.Int32
已解决的 bug 的数量。
请参阅
INewBuildStatistics 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间
返回页首