Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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.

Namespace:   Microsoft.VisualStudio.Coverage.Analysis
Assembly:  Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)

System::Object
  System.ComponentModel::MarshalByValueComponent
    System.Data::DataTable
      System.Data::TypedTableBase<T>
        Microsoft.VisualStudio.Coverage.Analysis::CoverageDSPriv::ModuleDataTable

[SerializableAttribute]
public ref class ModuleDataTable : TypedTableBase<CoverageDSPriv::ModuleRow^>

NameDescription
System_CAPS_pubmethodCoverageDSPriv::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.

System_CAPS_protmethodCoverageDSPriv::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.

NameDescription
System_CAPS_pubpropertyBlocksCoveredColumn

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.

System_CAPS_pubpropertyBlocksNotCoveredColumn

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.

System_CAPS_pubpropertyCaseSensitive

(Inherited from DataTable.)

System_CAPS_pubpropertyChildRelations

(Inherited from DataTable.)

System_CAPS_pubpropertyColumns

(Inherited from DataTable.)

System_CAPS_pubpropertyConstraints

(Inherited from DataTable.)

System_CAPS_pubpropertyContainer

(Inherited from MarshalByValueComponent.)

System_CAPS_pubpropertyCount

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.

System_CAPS_pubpropertyDataSet

(Inherited from DataTable.)

System_CAPS_pubpropertyDefaultView

(Inherited from DataTable.)

System_CAPS_pubpropertyDesignMode

(Inherited from MarshalByValueComponent.)

System_CAPS_pubpropertyDisplayExpression

(Inherited from DataTable.)

System_CAPS_protpropertyEvents

(Inherited from MarshalByValueComponent.)

System_CAPS_pubpropertyExtendedProperties

(Inherited from DataTable.)

System_CAPS_pubpropertyHasErrors

(Inherited from DataTable.)

System_CAPS_pubpropertyImageLinkTimeColumn

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.

System_CAPS_pubpropertyImageSizeColumn

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.

System_CAPS_pubpropertyIsInitialized

(Inherited from DataTable.)

System_CAPS_pubpropertyItem[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.

System_CAPS_pubpropertyLinesCoveredColumn

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.

System_CAPS_pubpropertyLinesNotCoveredColumn

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.

System_CAPS_pubpropertyLinesPartiallyCoveredColumn

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.

System_CAPS_pubpropertyLocale

(Inherited from DataTable.)

System_CAPS_pubpropertyMinimumCapacity

(Inherited from DataTable.)

System_CAPS_pubpropertyModuleNameColumn

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.

System_CAPS_pubpropertyNamespace

(Inherited from DataTable.)

System_CAPS_pubpropertyParentRelations

(Inherited from DataTable.)

System_CAPS_pubpropertyPrefix

(Inherited from DataTable.)

System_CAPS_pubpropertyPrimaryKey

(Inherited from DataTable.)

System_CAPS_pubpropertyRemotingFormat

(Inherited from DataTable.)

System_CAPS_pubpropertyRows

(Inherited from DataTable.)

System_CAPS_pubpropertySite

(Inherited from DataTable.)

System_CAPS_pubpropertyTableName

(Inherited from DataTable.)

NameDescription
System_CAPS_pubmethodAcceptChanges()

(Inherited from DataTable.)

System_CAPS_pubmethodAddModuleRow(CoverageDSPriv::ModuleRow^)

Adds the provided module row to this table. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethodAddModuleRow(String^, UInt32, UInt32, UInt32, UInt32, UInt32, UInt32, UInt32)

Adds a new module row that contains the provided values to this table. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethodBeginInit()

(Inherited from DataTable.)

System_CAPS_pubmethodBeginLoadData()

(Inherited from DataTable.)

System_CAPS_pubmethodCast<TResult>()

(Inherited from TypedTableBase<T>.)

System_CAPS_pubmethodClear()

(Inherited from DataTable.)

System_CAPS_pubmethodClone()

Returns a clone of this data table. This class and its members are reserved for internal use and are not intended to be used in your code.(Overrides DataTable::Clone().)

System_CAPS_pubmethodCompute(String^, String^)

(Inherited from DataTable.)

System_CAPS_pubmethodCopy()

(Inherited from DataTable.)

System_CAPS_pubmethodCreateDataReader()

(Inherited from DataTable.)

System_CAPS_protmethodCreateInstance()

Returns an instance of this data table. This class and its members are reserved for internal use and are not intended to be used in your code.(Overrides DataTable::CreateInstance().)

System_CAPS_pubmethodDispose()

(Inherited from MarshalByValueComponent.)

System_CAPS_protmethodDispose(Boolean)

(Inherited from MarshalByValueComponent.)

System_CAPS_pubmethodEndInit()

(Inherited from DataTable.)

System_CAPS_pubmethodEndLoadData()

(Inherited from DataTable.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from MarshalByValueComponent.)

System_CAPS_pubmethodFindByModuleName(String^)

Returns a module row from this data table by using the provided module name. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethodGetChanges()

(Inherited from DataTable.)

System_CAPS_pubmethodGetChanges(DataRowState)

(Inherited from DataTable.)

System_CAPS_pubmethodGetEnumerator()

(Inherited from TypedTableBase<T>.)

System_CAPS_pubmethodGetErrors()

(Inherited from DataTable.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetObjectData(SerializationInfo^, StreamingContext)

(Inherited from DataTable.)

System_CAPS_protmethodGetRowType()

Returns the Type for the rows in this data table. This class and its members are reserved for internal use and are not intended to be used in your code.(Overrides DataTable::GetRowType().)

System_CAPS_protmethodGetSchema()

(Inherited from DataTable.)

System_CAPS_pubmethodGetService(Type^)

(Inherited from MarshalByValueComponent.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticGetTypedTableSchema(XmlSchemaSet^)

Returns the complex schema for this data table. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethodImportRow(DataRow^)

(Inherited from DataTable.)

System_CAPS_pubmethodLoad(IDataReader^)

(Inherited from DataTable.)

System_CAPS_pubmethodLoad(IDataReader^, LoadOption)

(Inherited from DataTable.)

System_CAPS_pubmethodLoad(IDataReader^, LoadOption, FillErrorEventHandler^)

(Inherited from DataTable.)

System_CAPS_pubmethodLoadDataRow(array<Object^>^, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethodLoadDataRow(array<Object^>^, LoadOption)

(Inherited from DataTable.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodMerge(DataTable^)

(Inherited from DataTable.)

System_CAPS_pubmethodMerge(DataTable^, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethodMerge(DataTable^, Boolean, MissingSchemaAction)

(Inherited from DataTable.)

System_CAPS_pubmethodNewModuleRow()

Returns a new module data row. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethodNewRow()

(Inherited from DataTable.)

System_CAPS_protmethodNewRowArray(Int32)

(Inherited from DataTable.)

System_CAPS_protmethodNewRowFromBuilder(DataRowBuilder^)

Creates a new module data row by using the provided data row builder. This class and its members are reserved for internal use and are not intended to be used in your code.(Overrides DataTable::NewRowFromBuilder(DataRowBuilder^).)

System_CAPS_protmethodOnColumnChanged(DataColumnChangeEventArgs^)

(Inherited from DataTable.)

System_CAPS_protmethodOnColumnChanging(DataColumnChangeEventArgs^)

(Inherited from DataTable.)

System_CAPS_protmethodOnPropertyChanging(PropertyChangedEventArgs^)

(Inherited from DataTable.)

System_CAPS_protmethodOnRemoveColumn(DataColumn^)

(Inherited from DataTable.)

System_CAPS_protmethodOnRowChanged(DataRowChangeEventArgs^)

Handles the ModuleRowChanged event. This class and its members are reserved for internal use and are not intended to be used in your code.(Overrides DataTable::OnRowChanged(DataRowChangeEventArgs^).)

System_CAPS_protmethodOnRowChanging(DataRowChangeEventArgs^)

Handles the ModuleRowChanging event. This class and its members are reserved for internal use and are not intended to be used in your code.(Overrides DataTable::OnRowChanging(DataRowChangeEventArgs^).)

System_CAPS_protmethodOnRowDeleted(DataRowChangeEventArgs^)

Handles the ModuleRowDeleted event. This class and its members are reserved for internal use and are not intended to be used in your code.(Overrides DataTable::OnRowDeleted(DataRowChangeEventArgs^).)

System_CAPS_protmethodOnRowDeleting(DataRowChangeEventArgs^)

Handles the ModuleRowDeleting event. This class and its members are reserved for internal use and are not intended to be used in your code.(Overrides DataTable::OnRowDeleting(DataRowChangeEventArgs^).)

System_CAPS_protmethodOnTableCleared(DataTableClearEventArgs^)

(Inherited from DataTable.)

System_CAPS_protmethodOnTableClearing(DataTableClearEventArgs^)

(Inherited from DataTable.)

System_CAPS_protmethodOnTableNewRow(DataTableNewRowEventArgs^)

(Inherited from DataTable.)

System_CAPS_pubmethodReadXml(Stream^)

(Inherited from DataTable.)

System_CAPS_pubmethodReadXml(String^)

(Inherited from DataTable.)

System_CAPS_pubmethodReadXml(TextReader^)

(Inherited from DataTable.)

System_CAPS_pubmethodReadXml(XmlReader^)

(Inherited from DataTable.)

System_CAPS_pubmethodReadXmlSchema(Stream^)

(Inherited from DataTable.)

System_CAPS_pubmethodReadXmlSchema(String^)

(Inherited from DataTable.)

System_CAPS_pubmethodReadXmlSchema(TextReader^)

(Inherited from DataTable.)

System_CAPS_pubmethodReadXmlSchema(XmlReader^)

(Inherited from DataTable.)

System_CAPS_protmethodReadXmlSerializable(XmlReader^)

(Inherited from DataTable.)

System_CAPS_pubmethodRejectChanges()

(Inherited from DataTable.)

System_CAPS_pubmethodRemoveModuleRow(CoverageDSPriv::ModuleRow^)

Deletes the specified data row from the data table. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethodReset()

(Inherited from DataTable.)

System_CAPS_pubmethodSelect()

(Inherited from DataTable.)

System_CAPS_pubmethodSelect(String^)

(Inherited from DataTable.)

System_CAPS_pubmethodSelect(String^, String^)

(Inherited from DataTable.)

System_CAPS_pubmethodSelect(String^, String^, DataViewRowState)

(Inherited from DataTable.)

System_CAPS_pubmethodToString()

(Inherited from DataTable.)

System_CAPS_pubmethodWriteXml(Stream^)

(Inherited from DataTable.)

System_CAPS_pubmethodWriteXml(Stream^, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethodWriteXml(Stream^, XmlWriteMode)

(Inherited from DataTable.)

System_CAPS_pubmethodWriteXml(Stream^, XmlWriteMode, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethodWriteXml(String^)

(Inherited from DataTable.)

System_CAPS_pubmethodWriteXml(String^, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethodWriteXml(String^, XmlWriteMode)

(Inherited from DataTable.)

System_CAPS_pubmethodWriteXml(String^, XmlWriteMode, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethodWriteXml(TextWriter^)

(Inherited from DataTable.)

System_CAPS_pubmethodWriteXml(TextWriter^, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethodWriteXml(TextWriter^, XmlWriteMode)

(Inherited from DataTable.)

System_CAPS_pubmethodWriteXml(TextWriter^, XmlWriteMode, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethodWriteXml(XmlWriter^)

(Inherited from DataTable.)

System_CAPS_pubmethodWriteXml(XmlWriter^, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethodWriteXml(XmlWriter^, XmlWriteMode)

(Inherited from DataTable.)

System_CAPS_pubmethodWriteXml(XmlWriter^, XmlWriteMode, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethodWriteXmlSchema(Stream^)

(Inherited from DataTable.)

System_CAPS_pubmethodWriteXmlSchema(Stream^, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethodWriteXmlSchema(String^)

(Inherited from DataTable.)

System_CAPS_pubmethodWriteXmlSchema(String^, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethodWriteXmlSchema(TextWriter^)

(Inherited from DataTable.)

System_CAPS_pubmethodWriteXmlSchema(TextWriter^, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethodWriteXmlSchema(XmlWriter^)

(Inherited from DataTable.)

System_CAPS_pubmethodWriteXmlSchema(XmlWriter^, Boolean)

(Inherited from DataTable.)

NameDescription
System_CAPS_protfieldfInitInProgress

(Inherited from DataTable.)

NameDescription
System_CAPS_pubeventColumnChanged

(Inherited from DataTable.)

System_CAPS_pubeventColumnChanging

(Inherited from DataTable.)

System_CAPS_pubeventDisposed

(Inherited from MarshalByValueComponent.)

System_CAPS_pubeventInitialized

(Inherited from DataTable.)

System_CAPS_pubeventModuleRowChanged

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.

System_CAPS_pubeventModuleRowChanging

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.

System_CAPS_pubeventModuleRowDeleted

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.

System_CAPS_pubeventModuleRowDeleting

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.

System_CAPS_pubeventRowChanged

(Inherited from DataTable.)

System_CAPS_pubeventRowChanging

(Inherited from DataTable.)

System_CAPS_pubeventRowDeleted

(Inherited from DataTable.)

System_CAPS_pubeventRowDeleting

(Inherited from DataTable.)

System_CAPS_pubeventTableCleared

(Inherited from DataTable.)

System_CAPS_pubeventTableClearing

(Inherited from DataTable.)

System_CAPS_pubeventTableNewRow

(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.

Return to top
Show: