Share via


CoverageDSPriv.MethodDataTable.Item Property

Gets the data row from the 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.MethodRow
public CoverageDSPriv.MethodRow this[
    int index
] { get; }
public:
property CoverageDSPriv::MethodRow^ default[int index] {
    CoverageDSPriv::MethodRow^ get (int index);
}
member Item : 
        index:int -> CoverageDSPriv.MethodRow with get
JScript does not support indexed properties.

Parameters

  • index
    Type: Int32

    The index of the data row to get.

Property Value

Type: Microsoft.VisualStudio.Coverage.Analysis.CoverageDSPriv.MethodRow
The data row from the table at the specified index.

.NET Framework Security

See Also

Reference

CoverageDSPriv.MethodDataTable Class

Microsoft.VisualStudio.Coverage.Analysis Namespace