CoverageDSPriv.LinesRow.MethodRow Property

Gets or sets the CoverageDSPriv.MethodRow that corresponds to the method that contains the corresponding code lines. 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 Property MethodRow As CoverageDSPriv..::..MethodRow
    Get
    Set
public CoverageDSPriv..::..MethodRow MethodRow { get; set; }
public:
property CoverageDSPriv..::..MethodRow^ MethodRow {
    CoverageDSPriv..::..MethodRow^ get ();
    void set (CoverageDSPriv..::..MethodRow^ value);
}
member MethodRow : CoverageDSPriv..::..MethodRow with get, set
function get MethodRow () : CoverageDSPriv..::..MethodRow
function set MethodRow (value : CoverageDSPriv..::..MethodRow)

Property Value

Type: Microsoft.VisualStudio.Coverage.Analysis.CoverageDSPriv.MethodRow
The CoverageDSPriv.MethodRow that contains information about the method that contains the corresponding code lines.

.NET Framework Security

See Also

Reference

CoverageDSPriv.LinesRow Class

Microsoft.VisualStudio.Coverage.Analysis Namespace

CoverageDSPriv.MethodRow