CoverageDSPriv.LinesDataTable.Item Property

Gets the CoverageDSPriv.LinesRow from this lines data table at the specified index. 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 ReadOnly Default Property Item ( _
    index As Integer _
) As CoverageDSPriv..::..LinesRow
    Get
public CoverageDSPriv..::..LinesRow this[
    int index
] { get; }
public:
property CoverageDSPriv..::..LinesRow^ default[int index] {
    CoverageDSPriv..::..LinesRow^ get (int index);
}
member Item : CoverageDSPriv..::..LinesRow
JScript does not support indexed properties.

Parameters

Property Value

Type: Microsoft.VisualStudio.Coverage.Analysis.CoverageDSPriv.LinesRow
The CoverageDSPriv.LinesRow from this lines data table at the specified index.

.NET Framework Security

See Also

Reference

CoverageDSPriv.LinesDataTable Class

Microsoft.VisualStudio.Coverage.Analysis Namespace

CoverageDSPriv.LinesRow