CoverageDSPriv.SourceFileNamesDataTable.NewRowFromBuilder Method (DataRowBuilder)
Creates a new source file names data row by using the provided data row builder. This class and its members are reserved for internal use and are not intended to be used in your code.
Namespace: Microsoft.VisualStudio.Coverage.Analysis
Assembly: Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)
Syntax
[DebuggerNonUserCodeAttribute]
protected override DataRow NewRowFromBuilder(
DataRowBuilder builder
)
protected:
[DebuggerNonUserCodeAttribute]
virtual DataRow^ NewRowFromBuilder(
DataRowBuilder^ builder
) override
[<DebuggerNonUserCodeAttribute>]
override NewRowFromBuilder :
builder:DataRowBuilder -> DataRow
<DebuggerNonUserCodeAttribute>
Protected Overrides Function NewRowFromBuilder (
builder As DataRowBuilder
) As DataRow
Parameters
builder
Type: System.Data.DataRowBuilderA DataRowBuilder object.
Return Value
Type: System.Data.DataRow
A new class data row that is created by using the provided data row builder.
See Also
CoverageDSPriv.SourceFileNamesDataTable Class
Microsoft.VisualStudio.Coverage.Analysis Namespace
Return to top