ITestIterationResult.CreateSharedStepResult, méthode
Crée et retourne un nouveau résultat d'étape partagée.
Espace de noms : Microsoft.TeamFoundation.TestManagement.Client
Assembly : Microsoft.TeamFoundation.TestManagement.Client (dans Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntaxe
'Déclaration
Function CreateSharedStepResult ( _
actionId As Integer, _
sharedStepId As Integer _
) As ISharedStepResult
ISharedStepResult CreateSharedStepResult(
int actionId,
int sharedStepId
)
ISharedStepResult^ CreateSharedStepResult(
int actionId,
int sharedStepId
)
abstract CreateSharedStepResult :
actionId:int *
sharedStepId:int -> ISharedStepResult
function CreateSharedStepResult(
actionId : int,
sharedStepId : int
) : ISharedStepResult
Paramètres
- actionId
Type : System.Int32
ID numérique de l'action de test.
- sharedStepId
Type : System.Int32
ID numérique de l'étape partagée.
Valeur de retour
Type : Microsoft.TeamFoundation.TestManagement.Client.ISharedStepResult
Résultat d'une nouvelle partagée.
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, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
ITestIterationResult Interface
Microsoft.TeamFoundation.TestManagement.Client, espace de noms