Compartilhar via


ITestPoint.TestCaseWorkItem Propriedade

 

Obtém o item de trabalho que está associado com a situação de teste associado.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxe

ITestCase TestCaseWorkItem { get; }
property ITestCase^ TestCaseWorkItem {
    ITestCase^ get();
}
abstract TestCaseWorkItem : ITestCase with get
ReadOnly Property TestCaseWorkItem As ITestCase

Valor de propriedade

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestCase

O item de trabalho de situação de teste.

Consulte também

ITestCase
Interface ITestPoint
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo