Share via


CoverageDSPriv.Class Property

Gets a strongly named data table that contains the classes that are being analyzed. 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
<BrowsableAttribute(False)> _
Public ReadOnly Property Class As CoverageDSPriv.ClassDataTable
[BrowsableAttribute(false)]
public CoverageDSPriv.ClassDataTable Class { get; }
[BrowsableAttribute(false)]
public:
property CoverageDSPriv::ClassDataTable^ Class {
    CoverageDSPriv::ClassDataTable^ get ();
}
[<BrowsableAttribute(false)>]
member Class : CoverageDSPriv.ClassDataTable with get
function get Class () : CoverageDSPriv.ClassDataTable

Property Value

Type: Microsoft.VisualStudio.Coverage.Analysis.CoverageDSPriv.ClassDataTable
A strongly named data table that contains the classes that are being analyzed.

.NET Framework Security

See Also

Reference

CoverageDSPriv Class

Microsoft.VisualStudio.Coverage.Analysis Namespace

CoverageDSPriv.ClassDataTable