CoverageDSPriv.MethodDataTable.AddMethodRow Method (CoverageDSPriv.MethodRow)
Adds a CoverageDSPriv.MethodRow to this 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 AddMethodRow ( _
row As CoverageDSPriv..::..MethodRow _
)
public void AddMethodRow(
CoverageDSPriv..::..MethodRow row
)
public:
void AddMethodRow(
CoverageDSPriv..::..MethodRow^ row
)
member AddMethodRow :
row:CoverageDSPriv..::..MethodRow -> unit
public function AddMethodRow(
row : CoverageDSPriv..::..MethodRow
)
Parameters
- row
Type: Microsoft.VisualStudio.Coverage.Analysis.CoverageDSPriv.MethodRow
A CoverageDSPriv.MethodRow to add to this table.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CoverageDSPriv.MethodDataTable Class