CoverageDSPriv::MethodDataTable Class
Represents a data table that contains method 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::MethodDataTable
| Name | Description | |
|---|---|---|
![]() | CoverageDSPriv::MethodDataTable() | Initializes a new instance of the CoverageDSPriv::MethodDataTable class. This class and its members are reserved for internal use and are not intended to be used in your code. |
![]() | CoverageDSPriv::MethodDataTable(SerializationInfo^, StreamingContext) | Initializes a new instance of the CoverageDSPriv::MethodDataTable 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 method 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 class 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.) |
![]() | ClassKeyNameColumn | Gets the data column that contains the key names for the class that contains the respective method. 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 methods in this 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. |
![]() | LinesCoveredColumn | Gets the data column that contains the number lines that are covered by each method record. 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 lines that are not covered by the respective methods. 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 lines that are partially covered for each method. This class and its members are reserved for internal use and are not intended to be used in your code. |
![]() | Locale | (Inherited from DataTable.) |
![]() | MethodFullNameColumn | Gets the column that contains the full name for the respective methods. This class and its members are reserved for internal use and are not intended to be used in your code. |
![]() | MethodKeyNameColumn | Gets the column that contains the key name for the respective methods. This class and its members are reserved for internal use and are not intended to be used in your code. |
![]() | MethodNameColumn | Gets the column that contains the names of the respective methods. 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.) |
![]() | 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.) |
![]() | MethodRowChanged | 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. |
![]() | MethodRowChanging | 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. |
![]() | MethodRowDeleted | 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. |
![]() | MethodRowDeleting | 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::Method 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.








