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

 

Represents a data table that contains information about the lines of code that are 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::LinesDataTable

[SerializableAttribute]
public ref class LinesDataTable : TypedTableBase<CoverageDSPriv::LinesRow^>

NameDescription
System_CAPS_pubmethodCoverageDSPriv::LinesDataTable()

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

System_CAPS_protmethodCoverageDSPriv::LinesDataTable(SerializationInfo^, StreamingContext)

Initializes a new instance of the CoverageDSPriv::LinesDataTable 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_pubpropertyCaseSensitive

(Inherited from DataTable.)

System_CAPS_pubpropertyChildRelations

(Inherited from DataTable.)

System_CAPS_pubpropertyColEndColumn

Gets or sets the data column that contains the index of the last analyzed character in the lines of code that are analyzed by this lines row. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubpropertyColStartColumn

Gets or sets the column that contains the index of the first analyzed character in the lines of code that are analyzed by this lines row. 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 records that are represented in this lines table. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubpropertyCoverageColumn

Gets the data column that contains the level of code coverage for each respective lines row. 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 CoverageDSPriv::LinesRow from this lines data 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_pubpropertyLineIDColumn

Gets the data column of this data table that contains the ID for the respective lines record. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubpropertyLnEndColumn

Gets the index of the last line that is covered by the respective lines record. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubpropertyLnStartColumn

Gets the index of the starting line that is covered by the respective lines record. 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_pubpropertyMethodKeyNameColumn

Gets the data column that contains the key name for the method that corresponds to the code lines that are covered by the respective lines record. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubpropertyMinimumCapacity

(Inherited from DataTable.)

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_pubpropertySourceFileIDColumn

Gets the data column that contains the ID for the source file that contains the code lines that are covered by the respective lines record. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubpropertyTableName

(Inherited from DataTable.)

NameDescription
System_CAPS_pubmethodAcceptChanges()

(Inherited from DataTable.)

System_CAPS_pubmethodAddLinesRow(CoverageDSPriv::LinesRow^)

Adds the provided CoverageDSPriv::LinesRow 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_pubmethodAddLinesRow(UInt32, UInt32, UInt32, UInt32, UInt32, UInt32, CoverageDSPriv::MethodRow^, UInt32)

Adds a CoverageDSPriv::LinesRow to this table by using the provided 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 an exact 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 a new 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_pubmethodFindByLineID(UInt32)

Returns a CoverageDSPriv::LinesRow by using the specified line ID. 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 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_pubmethodNewLinesRow()

Returns a new CoverageDSPriv::LinesRow. 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^)

Returns a new data row by using the provided 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 LinesRowChanging 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 LinesRowDeleted 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 LinesRowDeleting 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_pubmethodRemoveLinesRow(CoverageDSPriv::LinesRow^)

Removes the provided 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_pubeventLinesRowChanged

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_pubeventLinesRowChanging

Occurs when the data in a row is changing.

System_CAPS_pubeventLinesRowDeleted

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_pubeventLinesRowDeleting

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