Share via


CoverageDSPriv.NamespaceTableDataTable.Count Property

 

Gets the number of namespace rows in this data table. 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]
[BrowsableAttribute(false)]
public int Count { get; }
public:
[DebuggerNonUserCodeAttribute]
[BrowsableAttribute(false)]
property int Count {
    int get();
}
[<DebuggerNonUserCodeAttribute>]
[<BrowsableAttribute(false)>]
member Count : int with get
<DebuggerNonUserCodeAttribute>
<BrowsableAttribute(False)>
Public ReadOnly Property Count As Integer

Property Value

Type: System.Int32

The number of namespace rows in this data table.

See Also

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

Return to top