Partilhar via


Método IActionRecordingHelper.CheckActionRecordingExists

Terá a lista de Ids de situação de teste e retorna um bool listam determinar se as situações de teste têm correspondentes a faixa de afn ou não

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

Sintaxe

'Declaração
Function CheckActionRecordingExists ( _
    testCaseIds As IList(Of Integer) _
) As IList(Of Boolean)
IList<bool> CheckActionRecordingExists(
    IList<int> testCaseIds
)
IList<bool>^ CheckActionRecordingExists(
    IList<int>^ testCaseIds
)
abstract CheckActionRecordingExists : 
        testCaseIds:IList<int> -> IList<bool> 
function CheckActionRecordingExists(
    testCaseIds : IList<int>
) : IList<boolean>

Parâmetros

Valor de retorno

Tipo: System.Collections.Generic.IList<Boolean>
Lista de Booleano que informa se as situações de teste têm correspondentes a faixa de afn ou não

Segurança do .NET Framework

Consulte também

Referência

IActionRecordingHelper Interface

Namespace Microsoft.TeamFoundation.TestManagement.Client