Compartilhar via


ITestManagementTeamProject.SharedSteps Propriedade

 

Obtém um objeto auxiliar que fornece acesso às etapas compartilhadas neste projeto.

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

Sintaxe

ISharedStepHelper SharedSteps { get; }
property ISharedStepHelper^ SharedSteps {
    ISharedStepHelper^ get();
}
abstract SharedSteps : ISharedStepHelper with get
ReadOnly Property SharedSteps As ISharedStepHelper

Valor de propriedade

Type: Microsoft.TeamFoundation.TestManagement.Client.ISharedStepHelper

Um objeto auxiliar que fornece acesso às etapas compartilhadas neste projeto.

Consulte também

ISharedStepHelper
Interface ITestManagementTeamProject
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo