Share via


CoverageDSPriv.ClassDataTable.NewClassRow Method ()

 

Returns a new data row for a class. 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]
public CoverageDSPriv.ClassRow NewClassRow()
public:
[DebuggerNonUserCodeAttribute]
CoverageDSPriv::ClassRow^ NewClassRow()
[<DebuggerNonUserCodeAttribute>]
member NewClassRow : unit -> CoverageDSPriv.ClassRow
<DebuggerNonUserCodeAttribute>
Public Function NewClassRow As CoverageDSPriv.ClassRow

Return Value

Type: Microsoft.VisualStudio.Coverage.Analysis.CoverageDSPriv.ClassRow

A new data row for a class.

See Also

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

Return to top