CoverageDSPriv::LinesRow Class
Represents a data row in a CoverageDSPriv::LinesDataTable. This class and its members are reserved for internal use and are not intended to be used in your code.
Assembly: Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)
System.Data::DataRow
Microsoft.VisualStudio.Coverage.Analysis::CoverageDSPriv::LinesRow
| Name | Description | |
|---|---|---|
![]() | ColEnd | Gets or sets the index of the last analyzed character in the line of code that is analyzed by this lines row. This class and its members are reserved for internal use and are not intended to be used in your code. |
![]() | ColStart | Gets or sets the index of the first analyzed character in the line of code that is analyzed by this lines row. This class and its members are reserved for internal use and are not intended to be used in your code. |
![]() | Coverage | Gets or sets a number that indicates the level of coverage. This class and its members are reserved for internal use and are not intended to be used in your code. |
![]() | HasErrors | (Inherited from DataRow.) |
![]() | Item[DataColumn^] | (Inherited from DataRow.) |
![]() | Item[DataColumn^, DataRowVersion] | (Inherited from DataRow.) |
![]() | Item[Int32] | (Inherited from DataRow.) |
![]() | Item[Int32, DataRowVersion] | (Inherited from DataRow.) |
![]() | Item[String^] | (Inherited from DataRow.) |
![]() | Item[String^, DataRowVersion] | (Inherited from DataRow.) |
![]() | ItemArray | (Inherited from DataRow.) |
![]() | LineID | Gets or sets the ID for the lines row. This class and its members are reserved for internal use and are not intended to be used in your code. |
![]() | LnEnd | Gets or sets the index for the last line that is covered by this lines row. This class and its members are reserved for internal use and are not intended to be used in your code. |
![]() | LnStart | Gets or sets the index for the first line that is covered by this lines row. This class and its members are reserved for internal use and are not intended to be used in your code. |
![]() | MethodKeyName | Gets or sets the key name for the method that contains the corresponding code lines. This class and its members are reserved for internal use and are not intended to be used in your code. |
![]() | MethodRow | Gets or sets the CoverageDSPriv::MethodRow that corresponds to the method that contains the corresponding code lines. This class and its members are reserved for internal use and are not intended to be used in your code. |
![]() | RowError | (Inherited from DataRow.) |
![]() | RowState | (Inherited from DataRow.) |
![]() | SourceFileID | Gets or sets the ID for the source file that contains the corresponding code lines. This class and its members are reserved for internal use and are not intended to be used in your code. |
![]() | Table | (Inherited from DataRow.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


