Partager via


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

Voir aussi

Référence

ITestIterationResult Interface

Microsoft.TeamFoundation.TestManagement.Client, espace de noms

ISharedStepResult