CoverageDSPriv.ModuleDataTable.Item Property
Gets the module row in this 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..::..ModuleRow
Get
public CoverageDSPriv..::..ModuleRow this[
int index
] { get; }
public:
property CoverageDSPriv..::..ModuleRow^ default[int index] {
CoverageDSPriv..::..ModuleRow^ get (int index);
}
member Item : CoverageDSPriv..::..ModuleRow
JScript does not support indexed properties.
Parameters
- index
Type: System.Int32
The index of the row to return.
Property Value
Type: Microsoft.VisualStudio.Coverage.Analysis.CoverageDSPriv.ModuleRow
The module row in this table at the specified index.
.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.