CoverageDSPriv::LinesDataTable Class
Represents a data table that contains information about the lines of code that are being analyzed. 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.ComponentModel::MarshalByValueComponent
System.Data::DataTable
System.Data::TypedTableBase<T>
Microsoft.VisualStudio.Coverage.Analysis::CoverageDSPriv::LinesDataTable
| Name | Description | |
|---|---|---|
![]() | CoverageDSPriv::LinesDataTable() | Initializes a new instance of the CoverageDSPriv::LinesDataTable class. This class and its members are reserved for internal use and are not intended to be used in your code. |
![]() | CoverageDSPriv::LinesDataTable(SerializationInfo^, StreamingContext) | Initializes a new instance of the CoverageDSPriv::LinesDataTable class from XML. This class and its members are reserved for internal use and are not intended to be used in your code. |
| Name | Description | |
|---|---|---|
![]() | CaseSensitive | (Inherited from DataTable.) |
![]() | ChildRelations | (Inherited from DataTable.) |
![]() | ColEndColumn | Gets or sets the data column that contains the index of the last analyzed character in the lines of code that are 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. |
![]() | ColStartColumn | Gets or sets the column that contains the index of the first analyzed character in the lines of code that are 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. |
![]() | Columns | (Inherited from DataTable.) |
![]() | Constraints | (Inherited from DataTable.) |
![]() | Container | (Inherited from MarshalByValueComponent.) |
![]() | Count | Gets the number of records that are represented in this lines table. This class and its members are reserved for internal use and are not intended to be used in your code. |
![]() | CoverageColumn | 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. |
![]() | DataSet | (Inherited from DataTable.) |
![]() | DefaultView | (Inherited from DataTable.) |
![]() | DesignMode | (Inherited from MarshalByValueComponent.) |
![]() | DisplayExpression | (Inherited from DataTable.) |
![]() | Events | (Inherited from MarshalByValueComponent.) |
![]() | ExtendedProperties | (Inherited from DataTable.) |
![]() | HasErrors | (Inherited from DataTable.) |
![]() | IsInitialized | (Inherited from DataTable.) |
![]() | Item[Int32] | Gets the CoverageDSPriv::LinesRow from this lines data table at the specified index. This class and its members are reserved for internal use and are not intended to be used in your code. |
![]() | LineIDColumn | Gets the data column of this data table that contains the ID for the respective lines record. This class and its members are reserved for internal use and are not intended to be used in your code. |
![]() | LnEndColumn | Gets the index of the last 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. |
![]() | LnStartColumn | 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. |
![]() | Locale | (Inherited from DataTable.) |
![]() | MethodKeyNameColumn | Gets the data column that contains the key name for the method that corresponds to the code lines that are 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. |
![]() | MinimumCapacity | (Inherited from DataTable.) |
![]() | Namespace | (Inherited from DataTable.) |
![]() | ParentRelations | (Inherited from DataTable.) |
![]() | Prefix | (Inherited from DataTable.) |
![]() | PrimaryKey | (Inherited from DataTable.) |
![]() | RemotingFormat | (Inherited from DataTable.) |
![]() | Rows | (Inherited from DataTable.) |
![]() | Site | (Inherited from DataTable.) |
![]() | SourceFileIDColumn | Gets the data column that contains the ID for the source file that contains the code lines that are 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. |
![]() | TableName | (Inherited from DataTable.) |
| Name | Description | |
|---|---|---|
![]() | fInitInProgress | (Inherited from DataTable.) |
| Name | Description | |
|---|---|---|
![]() | ColumnChanged | (Inherited from DataTable.) |
![]() | ColumnChanging | (Inherited from DataTable.) |
![]() | Disposed | (Inherited from MarshalByValueComponent.) |
![]() | Initialized | (Inherited from DataTable.) |
![]() | LinesRowChanged | Occurs when the data in a row has changed. This class and its members are reserved for internal use and are not intended to be used in your code. |
![]() | LinesRowChanging | Occurs when the data in a row is changing. |
![]() | LinesRowDeleted | Occurs when the data in a row has been deleted. This class and its members are reserved for internal use and are not intended to be used in your code. |
![]() | LinesRowDeleting | Occurs before a row is deleted. This class and its members are reserved for internal use and are not intended to be used in your code. |
![]() | RowChanged | (Inherited from DataTable.) |
![]() | RowChanging | (Inherited from DataTable.) |
![]() | RowDeleted | (Inherited from DataTable.) |
![]() | RowDeleting | (Inherited from DataTable.) |
![]() | TableCleared | (Inherited from DataTable.) |
![]() | TableClearing | (Inherited from DataTable.) |
![]() | TableNewRow | (Inherited from DataTable.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerable::GetEnumerator() | (Inherited from TypedTableBase<T>.) |
![]() ![]() | IListSource::GetList() | (Inherited from DataTable.) |
![]() ![]() | IXmlSerializable::GetSchema() | (Inherited from DataTable.) |
![]() ![]() | IXmlSerializable::ReadXml(XmlReader^) | (Inherited from DataTable.) |
![]() ![]() | IXmlSerializable::WriteXml(XmlWriter^) | (Inherited from DataTable.) |
Accessed by using the CoverageDSPriv::Lines property.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.








