CoverageDSPriv.MethodDataTable.NewMethodRow Method

Returns a new method row. 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

'Declaration
Public Function NewMethodRow As CoverageDSPriv..::..MethodRow
public CoverageDSPriv..::..MethodRow NewMethodRow()
public:
CoverageDSPriv..::..MethodRow^ NewMethodRow()
member NewMethodRow : unit -> CoverageDSPriv..::..MethodRow 
public function NewMethodRow() : CoverageDSPriv..::..MethodRow

Return Value

Type: Microsoft.VisualStudio.Coverage.Analysis.CoverageDSPriv.MethodRow
A new method row.

.NET Framework Security

See Also

Reference

CoverageDSPriv.MethodDataTable Class

Microsoft.VisualStudio.Coverage.Analysis Namespace