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
- LineID
Type: System.UInt32
The ID for the desired lines row.
Return Value
Type: Microsoft.VisualStudio.Coverage.Analysis.CoverageDSPriv.LinesRow
A CoverageDSPriv.LinesRow that is returned by using the specified LineID.
.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.LinesDataTable Class