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
- 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.