Share via


CoverageDSPriv.LinesDataTable.CoverageColumn Property

 

Gets the data column that contains the level of code coverage for each respective lines row. 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 DataColumn CoverageColumn { get; }
public:
[DebuggerNonUserCodeAttribute]
property DataColumn^ CoverageColumn {
    DataColumn^ get();
}
[<DebuggerNonUserCodeAttribute>]
member CoverageColumn : DataColumn with get
<DebuggerNonUserCodeAttribute>
Public ReadOnly Property CoverageColumn As DataColumn

Property Value

Type: System.Data.DataColumn

The data column that contains the level of code coverage for each respective lines row.

See Also

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

Return to top