Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: System.Data.DataRow
A DataRow object.
- columnPrefix
Type: System.String
Text 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.