ITestRun.QueryResultsByOutcome-Methode
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Function QueryResultsByOutcome ( _
outcome As TestOutcome _
) As ITestCaseResultCollection
ITestCaseResultCollection QueryResultsByOutcome(
TestOutcome outcome
)
ITestCaseResultCollection^ QueryResultsByOutcome(
TestOutcome outcome
)
abstract QueryResultsByOutcome :
outcome:TestOutcome -> ITestCaseResultCollection
function QueryResultsByOutcome(
outcome : TestOutcome
) : ITestCaseResultCollection
Parameter
Rückgabewert
Typ: Microsoft.TeamFoundation.TestManagement.Client.ITestCaseResultCollection
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.