Share via


CoverageDSPriv.MethodDataTable.RemoveMethodRow Method

Deletes the specified data row from the data table. 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 Sub RemoveMethodRow ( _
    row As CoverageDSPriv.MethodRow _
)
public void RemoveMethodRow(
    CoverageDSPriv.MethodRow row
)
public:
void RemoveMethodRow(
    CoverageDSPriv::MethodRow^ row
)
member RemoveMethodRow : 
        row:CoverageDSPriv.MethodRow -> unit
public function RemoveMethodRow(
    row : CoverageDSPriv.MethodRow
)

Parameters

.NET Framework Security

See Also

Reference

CoverageDSPriv.MethodDataTable Class

Microsoft.VisualStudio.Coverage.Analysis Namespace

CoverageDSPriv.MethodRow