CoverageDSPriv::SourceFileNamesDataTable Class
Represents a data table that contains source file information for 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::SourceFileNamesDataTable
| Name | Description | |
|---|---|---|
![]() | CoverageDSPriv::SourceFileNamesDataTable() | Initializes a new instance of the CoverageDSPriv::SourceFileNamesDataTable class. This class and its members are reserved for internal use and are not intended to be used in your code. |
![]() | CoverageDSPriv::SourceFileNamesDataTable(SerializationInfo^, StreamingContext) | Initializes a new instance of the CoverageDSPriv::SourceFileNamesDataTable 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.) |
![]() | Columns | (Inherited from DataTable.) |
![]() | Constraints | (Inherited from DataTable.) |
![]() | Container | (Inherited from MarshalByValueComponent.) |
![]() | Count | Gets the number of 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.) |
![]() | IsInitialized | (Inherited from DataTable.) |
![]() | Item[Int32] | Gets the data row from the 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. |
![]() | Locale | (Inherited from DataTable.) |
![]() | 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 each source file in this data table. This class and its members are reserved for internal use and are not intended to be used in your code. |
![]() | SourceFileNameColumn | Gets the data column that contains the name of the source file. 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.) |
![]() | RowChanged | (Inherited from DataTable.) |
![]() | RowChanging | (Inherited from DataTable.) |
![]() | RowDeleted | (Inherited from DataTable.) |
![]() | RowDeleting | (Inherited from DataTable.) |
![]() | SourceFileNamesRowChanged | 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. |
![]() | SourceFileNamesRowChanging | 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. |
![]() | SourceFileNamesRowDeleted | 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. |
![]() | SourceFileNamesRowDeleting | 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. |
![]() | 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::SourceFileNames 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.








