TestElement.FillDataRow Method
Fills the provided data row object by using test data results from visible properties of this test element.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Overridable Sub FillDataRow ( _
row As DataRow, _
columnPrefix As String _
)
public virtual void FillDataRow(
DataRow row,
string columnPrefix
)
public:
virtual void FillDataRow(
DataRow^ row,
String^ columnPrefix
)
abstract FillDataRow :
row:DataRow *
columnPrefix:string -> unit
override FillDataRow :
row:DataRow *
columnPrefix:string -> unit
public function FillDataRow(
row : DataRow,
columnPrefix : String
)
Parameters
row
Type: DataRowA DataRow object.
columnPrefix
Type: StringText to add to the start of the column name.
Implements
ITestElementResultTestPropertyProvider.FillDataRow(DataRow, String)
.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.