Sdílet prostřednictvím


IActionRecordingHelper.CheckActionRecordingExists – metoda

Seznam bere test ID případu a bool vrátí seznam o tom, zda odpovídající testovacích má afn pruh nebo ne

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

Syntaxe

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

Parametry

Vrácená hodnota

Typ: System.Collections.Generic.IList<Boolean>
Bool seznam o tom, zda odpovídající testovacích má afn pruh nebo ne

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IActionRecordingHelper Rozhraní

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