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::ClassDataTable Class

 

Represents a data table that contains class 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::ClassDataTable

[SerializableAttribute]
public ref class ClassDataTable : TypedTableBase<CoverageDSPriv::ClassRow^>

NameDescription
System_CAPS_pubmethodCoverageDSPriv::ClassDataTable()

Initializes a new instance of the CoverageDSPriv::ClassDataTable class. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_protmethodCoverageDSPriv::ClassDataTable(SerializationInfo^, StreamingContext)

Initializes a new instance of the CoverageDSPriv::ClassDataTable 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 class 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 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.

System_CAPS_pubpropertyCaseSensitive

(Inherited from DataTable.)

System_CAPS_pubpropertyChildRelations

(Inherited from DataTable.)

System_CAPS_pubpropertyClassKeyNameColumn

Gets the data column that contains the key names for the classes. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubpropertyClassNameColumn

Gets the data column that contains the names of the classes. This class and its members are reserved for internal use and are not intended to be used in your code.

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 classes in the 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_pubpropertyIsInitialized

(Inherited from DataTable.)

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

System_CAPS_pubpropertyLinesCoveredColumn

Gets the data column that contains the number of lines that are covered for each class. 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 lines that are not covered for each class. 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 lines that are partially covered for each class. 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_pubpropertyNamespace

(Inherited from DataTable.)

System_CAPS_pubpropertyNamespaceKeyNameColumn

Gets the data column that contains the namespace key name for each class. This class and its members are reserved for internal use and are not intended to be used in your code.

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_pubmethodAddClassRow(CoverageDSPriv::ClassRow^)

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

System_CAPS_pubmethodAddClassRow(String^, String^, UInt32, UInt32, UInt32, UInt32, UInt32, CoverageDSPriv::NamespaceTableRow^)

Adds a class row to the class data table by using the provided column values. 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 CoverageDSPriv::ClassDataTable. 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 a new CoverageDSPriv::ClassDataTable. 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_pubmethodFindByClassKeyName(String^)

Returns the class data row that is found by searching for the class key 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_pubmethodNewClassRow()

Returns a new data row for a class. 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 class 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 ClassRowChanged 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 ClassRowChanging 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 ClassRowDeleted 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 ClassRowDeleting 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_pubmethodRemoveClassRow(CoverageDSPriv::ClassRow^)

Deletes the provided 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_pubeventClassRowChanged

Occurs when the data in a row has changed.

System_CAPS_pubeventClassRowChanging

Occurs when the data in a row is changing.

System_CAPS_pubeventClassRowDeleted

Occurs when the data in a row has been deleted.

System_CAPS_pubeventClassRowDeleting

Occurs before a row is deleted.

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_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: