Compartilhar via


ITestManagementTeamProject.TestConfigurations Propriedade

 

Obtém um objeto auxiliar que fornece acesso às configurações de teste no projeto.

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

Sintaxe

ITestConfigurationHelper TestConfigurations { get; }
property ITestConfigurationHelper^ TestConfigurations {
    ITestConfigurationHelper^ get();
}
abstract TestConfigurations : ITestConfigurationHelper with get
ReadOnly Property TestConfigurations As ITestConfigurationHelper

Valor de propriedade

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestConfigurationHelper

Um objeto auxiliar que fornece acesso às configurações de teste no projeto.

Consulte também

ITestConfigurationHelper
Interface ITestManagementTeamProject
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo