Share via


CoverageDSPriv.NamespaceTableDataTable.Item Property (Int32)

 

Gets the namespace row from 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

[DebuggerNonUserCodeAttribute]
public CoverageDSPriv.NamespaceTableRow this[
    int index
] { get; }
public:
[DebuggerNonUserCodeAttribute]
property CoverageDSPriv::NamespaceTableRow^ default[
    int index
] {
    CoverageDSPriv::NamespaceTableRow^ get(int index);
}
[<DebuggerNonUserCodeAttribute>]
member Item : 
        index:int -> CoverageDSPriv.NamespaceTableRow with get
<DebuggerNonUserCodeAttribute>
Public ReadOnly Property Item (
    index As Integer
) As CoverageDSPriv.NamespaceTableRow

Parameters

  • index
    Type: System.Int32

    The index of the namespace row to return.

Property Value

Type: Microsoft.VisualStudio.Coverage.Analysis.CoverageDSPriv.NamespaceTableRow

The namespace row from this table at the specified index.

See Also

CoverageDSPriv.NamespaceTableDataTable Class
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top