Share via


CoverageDSPriv.NamespaceTableDataTable.NewRowFromBuilder Method (DataRowBuilder)

 

Creates a new namespace table 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

Return Value

Type: System.Data.DataRow

A new namespace table row that is created by using the provided builder. This class and its members are reserved for internal use and are not intended to be used in your code.

See Also

DataRowBuilder
CoverageDSPriv.NamespaceTableRow
CoverageDSPriv.NamespaceTableDataTable Class
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top