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

[DebuggerNonUserCodeAttribute]
public CoverageDSPriv.MethodRow NewMethodRow()
public:
[DebuggerNonUserCodeAttribute]
CoverageDSPriv::MethodRow^ NewMethodRow()
[<DebuggerNonUserCodeAttribute>]
member NewMethodRow : unit -> CoverageDSPriv.MethodRow
<DebuggerNonUserCodeAttribute>
Public Function NewMethodRow As CoverageDSPriv.MethodRow

Return Value

Type: Microsoft.VisualStudio.Coverage.Analysis.CoverageDSPriv.MethodRow

A new method row.

See Also

CoverageDSPriv.MethodDataTable Class
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top