ITestCase.GetReferencedSharedStep, méthode (Int32, Int32)
Retourne une version particulière de l'étape partagée référencée par le cas de test. Retourne Null si celle-ci correspondant au sharedStepId n'est pas référencée par le cas de test.
Espace de noms : Microsoft.TeamFoundation.TestManagement.Client
Assembly : Microsoft.TeamFoundation.TestManagement.Client (dans Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntaxe
'Déclaration
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
Paramètres
- sharedStepId
Type : Int32
- sharedStepRevision
Type : Int32
Valeur de retour
Type : Microsoft.TeamFoundation.TestManagement.Client.ISharedStep
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
GetReferencedSharedStep, surcharge
Microsoft.TeamFoundation.TestManagement.Client, espace de noms