Share via


CoverageDSPriv.NamespaceTableDataTable.CreateInstance Method ()

 

Returns a new instance of a CoverageDSPriv.NamespaceTableDataTable. 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 DataTable CreateInstance()
protected:
[DebuggerNonUserCodeAttribute]
virtual DataTable^ CreateInstance() override
[<DebuggerNonUserCodeAttribute>]
override CreateInstance : unit -> DataTable
<DebuggerNonUserCodeAttribute>
Protected Overrides Function CreateInstance As DataTable

Return Value

Type: System.Data.DataTable

A new instance of a namespace data table.

See Also

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

Return to top