Sdílet prostřednictvím


ITestIterationResult.CreateSharedStepResult – metoda

Vytvoří a vrátí výsledek nové sdílené krok.

Obor názvů:  Microsoft.TeamFoundation.TestManagement.Client
Sestavení:  Microsoft.TeamFoundation.TestManagement.Client (v Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntaxe

'Deklarace
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

Parametry

  • sharedStepId
    Typ: System.Int32
    Číselný Identifikátor sdíleného krok.

Vrácená hodnota

Typ: Microsoft.TeamFoundation.TestManagement.Client.ISharedStepResult
Nové sdílené kroku výsledek.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ITestIterationResult Rozhraní

Microsoft.TeamFoundation.TestManagement.Client – obor názvů

ISharedStepResult