Share via


CoverageDSPriv.MethodDataTable.RemoveMethodRow Method (CoverageDSPriv.MethodRow)

 

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

[DebuggerNonUserCodeAttribute]
public void RemoveMethodRow(
    CoverageDSPriv.MethodRow row
)
public:
[DebuggerNonUserCodeAttribute]
void RemoveMethodRow(
    CoverageDSPriv::MethodRow^ row
)
[<DebuggerNonUserCodeAttribute>]
member RemoveMethodRow : 
        row:CoverageDSPriv.MethodRow -> unit
<DebuggerNonUserCodeAttribute>
Public Sub RemoveMethodRow (
    row As CoverageDSPriv.MethodRow
)

Parameters

See Also

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

Return to top