Método ITestCase.GetReferencedSharedStep (Int32, Int32)
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
'Declaração
Function GetReferencedSharedStep ( _
sharedStepId As Integer, _
sharedStepRevision As Integer _
) As ISharedStep
ISharedStep GetReferencedSharedStep(
int sharedStepId,
int sharedStepRevision
)
ISharedStep^ GetReferencedSharedStep(
int sharedStepId,
int sharedStepRevision
)
abstract GetReferencedSharedStep :
sharedStepId:int *
sharedStepRevision:int -> ISharedStep
function GetReferencedSharedStep(
sharedStepId : int,
sharedStepRevision : int
) : ISharedStep
Parâmetros
- sharedStepId
Tipo: System.Int32
- sharedStepRevision
Tipo: System.Int32
Valor de retorno
Tipo: Microsoft.TeamFoundation.TestManagement.Client.ISharedStep
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.