ITestRunStatistics.TestResolutionStatistics Propriedade
Obtém a lista de teste de resolução de objetos de estatística do estado.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
IList<ITestResolutionStateStatistic> TestResolutionStatistics { get; }
property IList<ITestResolutionStateStatistic^>^ TestResolutionStatistics {
IList<ITestResolutionStateStatistic^>^ get();
}
abstract TestResolutionStatistics : IList<ITestResolutionStateStatistic> with get
ReadOnly Property TestResolutionStatistics As IList(Of ITestResolutionStateStatistic)
Valor de propriedade
Type: System.Collections.Generic.IList<ITestResolutionStateStatistic>
A lista de ITestResolutionStateStatistic objetos.
Consulte também
ITestResolutionStateStatistic
Interface ITestRunStatistics
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo