Partilhar 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

'Declaração
Function Create ( _
    testPlanId As Integer _
) As ISession
ISession Create(
    int testPlanId
)
ISession^ Create(
    int testPlanId
)
abstract Create : 
        testPlanId:int -> ISession 
function Create(
    testPlanId : int
) : ISession

Parâmetros

Valor de retorno

Tipo: Microsoft.TeamFoundation.TestManagement.Client.ISession

Segurança do .NET Framework

Consulte também

Referência

ISessionHelper Interface

Sobrecargas Create

Namespace Microsoft.TeamFoundation.TestManagement.Client