CoverageDSPriv::ModuleDataTable Class
Represents a data table that contains module information in the code that is 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::ModuleDataTable
| Name | Description | |
|---|---|---|
![]() | CoverageDSPriv::ModuleDataTable() | Initializes a new instance of the CoverageDSPriv::ModuleDataTable class. This class and its members are reserved for internal use and are not intended to be used in your code. |
![]() | CoverageDSPriv::ModuleDataTable(SerializationInfo^, StreamingContext) | Initializes a new instance of the CoverageDSPriv::ModuleDataTable 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 | |
|---|---|---|
![]() | BlocksCoveredColumn | Gets the data column that contains the number of code blocks in each module that are covered by the analysis. This class and its members are reserved for internal use and are not intended to be used in your code. |
![]() | BlocksNotCoveredColumn | Gets the data column that contains the number of code blocks in each module that are not covered by the analysis. This class and its members are reserved for internal use and are not intended to be used in your code. |
![]() | CaseSensitive | (Inherited from DataTable.) |
![]() | ChildRelations | (Inherited from DataTable.) |
![]() | Columns | (Inherited from DataTable.) |
![]() | Constraints | (Inherited from DataTable.) |
![]() | Container | (Inherited from MarshalByValueComponent.) |
![]() | Count | Gets the number of module records in this data table. 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.) |
![]() | ImageLinkTimeColumn | Gets the data column that contains the image link time number for each module row in this table. This class and its members are reserved for internal use and are not intended to be used in your code. |
![]() | ImageSizeColumn | Gets the data column that contains the size of the compiled module for each module row in this table. This class and its members are reserved for internal use and are not intended to be used in your code. |
![]() | IsInitialized | (Inherited from DataTable.) |
![]() | Item[Int32] | Gets the module row in this 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. |
![]() | LinesCoveredColumn | Gets the data column that contains the number of code lines that are covered in the analysis. This class and its members are reserved for internal use and are not intended to be used in your code. |
![]() | LinesNotCoveredColumn | Gets the data column that contains the number of code lines that are not covered in the analysis. This class and its members are reserved for internal use and are not intended to be used in your code. |
![]() | LinesPartiallyCoveredColumn | Gets the data column that contains the number of code lines that are partially covered in the analysis. This class and its members are reserved for internal use and are not intended to be used in your code. |
![]() | Locale | (Inherited from DataTable.) |
![]() | MinimumCapacity | (Inherited from DataTable.) |
![]() | ModuleNameColumn | Gets the data column that contains the name of the module. This class and its members are reserved for internal use and are not intended to be used in your code. |
![]() | 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.) |
![]() | 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.) |
![]() | ModuleRowChanged | 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. |
![]() | ModuleRowChanging | Occurs when the data in a row is changing. This class and its members are reserved for internal use and are not intended to be used in your code. |
![]() | ModuleRowDeleted | 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. |
![]() | ModuleRowDeleting | 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::Class 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.








