ITestRunBase.LinkedWorkItemCount Propriedade
O número total de bugs associados com os resultados do teste.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
int LinkedWorkItemCount { get; }
property int LinkedWorkItemCount {
int get();
}
abstract LinkedWorkItemCount : int with get
ReadOnly Property LinkedWorkItemCount As Integer
Valor de propriedade
Type: System.Int32
Retorna Int32.
Consulte também
Interface ITestRunBase
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo