CoverageDSPriv.LinesDataTable.LnStartColumn Property
Gets the index of the starting line that is covered by the respective lines record. 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 LnStartColumn { get; }
public:
[DebuggerNonUserCodeAttribute]
property DataColumn^ LnStartColumn {
DataColumn^ get();
}
[<DebuggerNonUserCodeAttribute>]
member LnStartColumn : DataColumn with get
<DebuggerNonUserCodeAttribute>
Public ReadOnly Property LnStartColumn As DataColumn
Property Value
Type: System.Data.DataColumn
The index of the starting line that is covered by the respective lines record.
See Also
CoverageDSPriv.LinesDataTable Class
Microsoft.VisualStudio.Coverage.Analysis Namespace
Return to top