Metodo ITestCase.GetReferencedSharedStep (Int32, Int32)
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, _
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
Parametri
- sharedStepId
Tipo: System.Int32
- sharedStepRevision
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