Metodo ITestCase.GetReferencedSharedStep (Int32)
Restituisce il passo condiviso fa riferimento il test case.Restituisce null se il passo condiviso che corrisponde allo sharedStepId non viene fatto riferimento dal test case.
Spazio dei nomi: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintassi
'Dichiarazione
Function GetReferencedSharedStep ( _
sharedStepId As Integer _
) As ISharedStep
ISharedStep GetReferencedSharedStep(
int sharedStepId
)
ISharedStep^ GetReferencedSharedStep(
int sharedStepId
)
abstract GetReferencedSharedStep :
sharedStepId:int -> ISharedStep
function GetReferencedSharedStep(
sharedStepId : int
) : ISharedStep
Parametri
- sharedStepId
Tipo: System.Int32
Valore restituito
Tipo: Microsoft.TeamFoundation.TestManagement.Client.ISharedStep
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Overload GetReferencedSharedStep
Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client