CoverageDSPriv.ClassDataTable.Count Property
Gets the number of classes in the 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 classes in the table.
See Also
CoverageDSPriv.ClassDataTable Class
Microsoft.VisualStudio.Coverage.Analysis Namespace
Return to top