Compartilhar via


Propriedade ITestManagementTeamProject.TestResolutionStates

Obtém um objeto auxiliar que fornece acesso aos estados de resolução de teste no projeto.

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

Sintaxe

'Declaração
ReadOnly Property TestResolutionStates As ITestResolutionStateHelper
ITestResolutionStateHelper TestResolutionStates { get; }
property ITestResolutionStateHelper^ TestResolutionStates {
    ITestResolutionStateHelper^ get ();
}
abstract TestResolutionStates : ITestResolutionStateHelper with get
function get TestResolutionStates () : ITestResolutionStateHelper

Valor de propriedade

Tipo: Microsoft.TeamFoundation.TestManagement.Client.ITestResolutionStateHelper
Um objeto auxiliar que fornece acesso à resolução de teste indica no projeto.

Segurança do .NET Framework

Consulte também

Referência

ITestManagementTeamProject Interface

Namespace Microsoft.TeamFoundation.TestManagement.Client

ITestResolutionStateHelper