CoverageDSPriv.NamespaceTableDataTable.GetRowType Method ()

 

Gets the Type for the rows in this data 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]
protected override Type GetRowType()
protected:
[DebuggerNonUserCodeAttribute]
virtual Type^ GetRowType() override
[<DebuggerNonUserCodeAttribute>]
override GetRowType : unit -> Type
<DebuggerNonUserCodeAttribute>
Protected Overrides Function GetRowType As Type

Return Value

Type: System.Type

Microsoft.VisualStudio.Coverage.Analysis.CoverageDSPriv.NamespaceTableRow.

See Also

CoverageDSPriv.NamespaceTableRow
CoverageDSPriv.NamespaceTableDataTable Class
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top