Returns all the test results for the build corresponding to the given platform/flavor.
Namespace:  Microsoft.TeamFoundation.Build.Server.Compatibility
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function GetTestResultsForBuild ( _
    buildUri As String, _
    platform As String, _
    flavor As String _
) As TestResultData()
[WebMethodAttribute]
public TestResultData[] GetTestResultsForBuild(
    string buildUri,
    string platform,
    string flavor
)
[WebMethodAttribute]
public:
array<TestResultData^>^ GetTestResultsForBuild(
    String^ buildUri, 
    String^ platform, 
    String^ flavor
)
[<WebMethodAttribute>]
member GetTestResultsForBuild : 
        buildUri:string * 
        platform:string * 
        flavor:string -> TestResultData[] 
public function GetTestResultsForBuild(
    buildUri : String, 
    platform : String, 
    flavor : String
) : TestResultData[]
Parameters
- buildUri
 Type: System.String
- platform
 Type: System.String
- flavor
 Type: System.String
Return Value
Type: array<Microsoft.TeamFoundation.Build.Server.Compatibility.TestResultData[]
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.Build.Server.Compatibility Namespace