CoverageDSPriv.LinesDataTable.FindByLineID Method

Returns a CoverageDSPriv.LinesRow by using the specified line ID. 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 FindByLineID ( _
    LineID As UInteger _
) As CoverageDSPriv..::..LinesRow
public CoverageDSPriv..::..LinesRow FindByLineID(
    uint LineID
)
public:
CoverageDSPriv..::..LinesRow^ FindByLineID(
    unsigned int LineID
)
member FindByLineID : 
        LineID:uint32 -> CoverageDSPriv..::..LinesRow 
public function FindByLineID(
    LineID : uint
) : CoverageDSPriv..::..LinesRow

Parameters

Return Value

Type: Microsoft.VisualStudio.Coverage.Analysis.CoverageDSPriv.LinesRow
A CoverageDSPriv.LinesRow that is returned by using the specified LineID.

.NET Framework Security

See Also

Reference

CoverageDSPriv.LinesDataTable Class

Microsoft.VisualStudio.Coverage.Analysis Namespace

CoverageDSPriv.LinesRow