Compartir a través de


IActionRecordingHelper.CheckActionRecordingExists (Método)

Toma la lista de los id. del caso de prueba y devuelve indicar enumerado bool si los casos de prueba correspondientes tienen franja de afn o no

Espacio de nombres:  Microsoft.TeamFoundation.TestManagement.Client
Ensamblado:  Microsoft.TeamFoundation.TestManagement.Client (en Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxis

'Declaración
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

  • testCaseIds
    Tipo: IList<Int32>

    Lista de los id. del caso de prueba

Valor devuelto

Tipo: IList<Boolean>
Bool muestra indicar si los casos de prueba correspondientes tienen franja de afn o no

Seguridad de .NET Framework

Vea también

Referencia

IActionRecordingHelper Interfaz

Microsoft.TeamFoundation.TestManagement.Client (Espacio de nombres)