Método ITestCase.GetReferencedSharedStep (Int32, Int32)
Retorna uma revisão específico da etapa compartilhada referenciada por testcase.Retorna o zero se a etapa compartilhada que corresponde ao sharedStepId não é referenciada pela situação de teste.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
ISharedStep GetReferencedSharedStep(
int sharedStepId,
int sharedStepRevision
)
ISharedStep^ GetReferencedSharedStep(
int sharedStepId,
int sharedStepRevision
)
abstract GetReferencedSharedStep :
sharedStepId:int *
sharedStepRevision:int -> ISharedStep
Function GetReferencedSharedStep (
sharedStepId As Integer,
sharedStepRevision As Integer
) As ISharedStep
Parâmetros
- sharedStepId
- sharedStepRevision
Valor de retorno
Type: Microsoft.TeamFoundation.TestManagement.Client.ISharedStep
Consulte também
GetReferencedSharedStep Sobrecarga
Interface ITestCase
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo