Share via


CoverageDSPriv.MethodDataTable.Count Property

 

Gets the number of methods in this 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 records in this data table.

See Also

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

Return to top