Share via


CoverageDSPriv.ClassDataTable.AddClassRow Method

 

Adds a class row to the class data table.

Namespace:   Microsoft.VisualStudio.Coverage.Analysis
Assembly:  Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)

Overload List

Name Description
System_CAPS_pubmethod AddClassRow(CoverageDSPriv.ClassRow)

Adds the provided class row to the class data table. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethod AddClassRow(String, String, UInt32, UInt32, UInt32, UInt32, UInt32, CoverageDSPriv.NamespaceTableRow)

Adds a class row to the class data table by using the provided column values. This class and its members are reserved for internal use and are not intended to be used in your code.

See Also

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

Return to top