Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TestResultAggregation::FillDataRow Method (DataRow^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Fills the provided data row by using data from this aggregation.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

public:
virtual void FillDataRow(
	DataRow^ row
) override

Parameters

row
Type: System.Data::DataRow^

A DataRow object.

Return to top
Show: