Compartilhar via


Método ISessionHelper.Create (Int32)

 

Cria uma nova sessão de teste e defina a identificação de fundo

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxe

ISession Create(
    int testPlanId
)
ISession^ Create(
    int testPlanId
)
abstract Create : 
        testPlanId:int -> ISession
Function Create (
    testPlanId As Integer
) As ISession

Parâmetros

  • testPlanId

Valor de retorno

Type: Microsoft.TeamFoundation.TestManagement.Client.ISession

Consulte também

Create Sobrecarga
Interface ISessionHelper
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo