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)

Inheritance Hierarchy

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

Syntax

[SerializableAttribute]
public class LinesDataTable : TypedTableBase<CoverageDSPriv.LinesRow>
[SerializableAttribute]
public ref class LinesDataTable : TypedTableBase<CoverageDSPriv::LinesRow^>
[<SerializableAttribute>]
type LinesDataTable = 
    class
        inherit TypedTableBase<CoverageDSPriv.LinesRow>
    end
<SerializableAttribute>
Public Class LinesDataTable
    Inherits TypedTableBase(Of CoverageDSPriv.LinesRow)

Constructors

Name Description
System_CAPS_pubmethod CoverageDSPriv.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_protmethod CoverageDSPriv.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.

Properties

Name Description
System_CAPS_pubproperty CaseSensitive

(Inherited from DataTable.)

System_CAPS_pubproperty ChildRelations

(Inherited from DataTable.)

System_CAPS_pubproperty ColEndColumn

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_pubproperty ColStartColumn

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_pubproperty Columns

(Inherited from DataTable.)

System_CAPS_pubproperty Constraints

(Inherited from DataTable.)

System_CAPS_pubproperty Container

(Inherited from MarshalByValueComponent.)

System_CAPS_pubproperty Count

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_pubproperty CoverageColumn

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_pubproperty DataSet

(Inherited from DataTable.)

System_CAPS_pubproperty DefaultView

(Inherited from DataTable.)

System_CAPS_pubproperty DesignMode

(Inherited from MarshalByValueComponent.)

System_CAPS_pubproperty DisplayExpression

(Inherited from DataTable.)

System_CAPS_protproperty Events

(Inherited from MarshalByValueComponent.)

System_CAPS_pubproperty ExtendedProperties

(Inherited from DataTable.)

System_CAPS_pubproperty HasErrors

(Inherited from DataTable.)

System_CAPS_pubproperty IsInitialized

(Inherited from DataTable.)

System_CAPS_pubproperty Item[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_pubproperty LineIDColumn

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_pubproperty LnEndColumn

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_pubproperty LnStartColumn

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_pubproperty Locale

(Inherited from DataTable.)

System_CAPS_pubproperty MethodKeyNameColumn

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_pubproperty MinimumCapacity

(Inherited from DataTable.)

System_CAPS_pubproperty Namespace

(Inherited from DataTable.)

System_CAPS_pubproperty ParentRelations

(Inherited from DataTable.)

System_CAPS_pubproperty Prefix

(Inherited from DataTable.)

System_CAPS_pubproperty PrimaryKey

(Inherited from DataTable.)

System_CAPS_pubproperty RemotingFormat

(Inherited from DataTable.)

System_CAPS_pubproperty Rows

(Inherited from DataTable.)

System_CAPS_pubproperty Site

(Inherited from DataTable.)

System_CAPS_pubproperty SourceFileIDColumn

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_pubproperty TableName

(Inherited from DataTable.)

Methods

Name Description
System_CAPS_pubmethod AcceptChanges()

(Inherited from DataTable.)

System_CAPS_pubmethod AddLinesRow(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_pubmethod AddLinesRow(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_pubmethod BeginInit()

(Inherited from DataTable.)

System_CAPS_pubmethod BeginLoadData()

(Inherited from DataTable.)

System_CAPS_pubmethod Cast<TResult>()

(Inherited from TypedTableBase<T>.)

System_CAPS_pubmethod Clear()

(Inherited from DataTable.)

System_CAPS_pubmethod Clone()

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_pubmethod Compute(String, String)

(Inherited from DataTable.)

System_CAPS_pubmethod Copy()

(Inherited from DataTable.)

System_CAPS_pubmethod CreateDataReader()

(Inherited from DataTable.)

System_CAPS_protmethod CreateInstance()

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_pubmethod Dispose()

(Inherited from MarshalByValueComponent.)

System_CAPS_protmethod Dispose(Boolean)

(Inherited from MarshalByValueComponent.)

System_CAPS_pubmethod EndInit()

(Inherited from DataTable.)

System_CAPS_pubmethod EndLoadData()

(Inherited from DataTable.)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from MarshalByValueComponent.)

System_CAPS_pubmethod FindByLineID(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_pubmethod GetChanges()

(Inherited from DataTable.)

System_CAPS_pubmethod GetChanges(DataRowState)

(Inherited from DataTable.)

System_CAPS_pubmethod GetEnumerator()

(Inherited from TypedTableBase<T>.)

System_CAPS_pubmethod GetErrors()

(Inherited from DataTable.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetObjectData(SerializationInfo, StreamingContext)

(Inherited from DataTable.)

System_CAPS_protmethod GetRowType()

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_protmethod GetSchema()

(Inherited from DataTable.)

System_CAPS_pubmethod GetService(Type)

(Inherited from MarshalByValueComponent.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_static GetTypedTableSchema(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_pubmethod ImportRow(DataRow)

(Inherited from DataTable.)

System_CAPS_pubmethod Load(IDataReader)

(Inherited from DataTable.)

System_CAPS_pubmethod Load(IDataReader, LoadOption)

(Inherited from DataTable.)

System_CAPS_pubmethod Load(IDataReader, LoadOption, FillErrorEventHandler)

(Inherited from DataTable.)

System_CAPS_pubmethod LoadDataRow(Object[], Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethod LoadDataRow(Object[], LoadOption)

(Inherited from DataTable.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod Merge(DataTable)

(Inherited from DataTable.)

System_CAPS_pubmethod Merge(DataTable, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethod Merge(DataTable, Boolean, MissingSchemaAction)

(Inherited from DataTable.)

System_CAPS_pubmethod NewLinesRow()

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_pubmethod NewRow()

(Inherited from DataTable.)

System_CAPS_protmethod NewRowArray(Int32)

(Inherited from DataTable.)

System_CAPS_protmethod NewRowFromBuilder(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_protmethod OnColumnChanged(DataColumnChangeEventArgs)

(Inherited from DataTable.)

System_CAPS_protmethod OnColumnChanging(DataColumnChangeEventArgs)

(Inherited from DataTable.)

System_CAPS_protmethod OnPropertyChanging(PropertyChangedEventArgs)

(Inherited from DataTable.)

System_CAPS_protmethod OnRemoveColumn(DataColumn)

(Inherited from DataTable.)

System_CAPS_protmethod OnRowChanged(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_protmethod OnRowChanging(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_protmethod OnRowDeleted(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_protmethod OnRowDeleting(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_protmethod OnTableCleared(DataTableClearEventArgs)

(Inherited from DataTable.)

System_CAPS_protmethod OnTableClearing(DataTableClearEventArgs)

(Inherited from DataTable.)

System_CAPS_protmethod OnTableNewRow(DataTableNewRowEventArgs)

(Inherited from DataTable.)

System_CAPS_pubmethod ReadXml(Stream)

(Inherited from DataTable.)

System_CAPS_pubmethod ReadXml(String)

(Inherited from DataTable.)

System_CAPS_pubmethod ReadXml(TextReader)

(Inherited from DataTable.)

System_CAPS_pubmethod ReadXml(XmlReader)

(Inherited from DataTable.)

System_CAPS_pubmethod ReadXmlSchema(Stream)

(Inherited from DataTable.)

System_CAPS_pubmethod ReadXmlSchema(String)

(Inherited from DataTable.)

System_CAPS_pubmethod ReadXmlSchema(TextReader)

(Inherited from DataTable.)

System_CAPS_pubmethod ReadXmlSchema(XmlReader)

(Inherited from DataTable.)

System_CAPS_protmethod ReadXmlSerializable(XmlReader)

(Inherited from DataTable.)

System_CAPS_pubmethod RejectChanges()

(Inherited from DataTable.)

System_CAPS_pubmethod RemoveLinesRow(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_pubmethod Reset()

(Inherited from DataTable.)

System_CAPS_pubmethod Select()

(Inherited from DataTable.)

System_CAPS_pubmethod Select(String)

(Inherited from DataTable.)

System_CAPS_pubmethod Select(String, String)

(Inherited from DataTable.)

System_CAPS_pubmethod Select(String, String, DataViewRowState)

(Inherited from DataTable.)

System_CAPS_pubmethod ToString()

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(Stream)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(Stream, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(Stream, XmlWriteMode)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(Stream, XmlWriteMode, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(String)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(String, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(String, XmlWriteMode)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(String, XmlWriteMode, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(TextWriter)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(TextWriter, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(TextWriter, XmlWriteMode)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(TextWriter, XmlWriteMode, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(XmlWriter)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(XmlWriter, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(XmlWriter, XmlWriteMode)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(XmlWriter, XmlWriteMode, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXmlSchema(Stream)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXmlSchema(Stream, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXmlSchema(String)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXmlSchema(String, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXmlSchema(TextWriter)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXmlSchema(TextWriter, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXmlSchema(XmlWriter)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXmlSchema(XmlWriter, Boolean)

(Inherited from DataTable.)

Fields

Name Description
System_CAPS_protfield fInitInProgress

(Inherited from DataTable.)

Events

Name Description
System_CAPS_pubevent ColumnChanged

(Inherited from DataTable.)

System_CAPS_pubevent ColumnChanging

(Inherited from DataTable.)

System_CAPS_pubevent Disposed

(Inherited from MarshalByValueComponent.)

System_CAPS_pubevent Initialized

(Inherited from DataTable.)

System_CAPS_pubevent LinesRowChanged

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_pubevent LinesRowChanging

Occurs when the data in a row is changing.

System_CAPS_pubevent LinesRowDeleted

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_pubevent LinesRowDeleting

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_pubevent RowChanged

(Inherited from DataTable.)

System_CAPS_pubevent RowChanging

(Inherited from DataTable.)

System_CAPS_pubevent RowDeleted

(Inherited from DataTable.)

System_CAPS_pubevent RowDeleting

(Inherited from DataTable.)

System_CAPS_pubevent TableCleared

(Inherited from DataTable.)

System_CAPS_pubevent TableClearing

(Inherited from DataTable.)

System_CAPS_pubevent TableNewRow

(Inherited from DataTable.)

Explicit Interface Implementations

Name Description
System_CAPS_pubinterfaceSystem_CAPS_privmethod IEnumerable.GetEnumerator()

(Inherited from TypedTableBase<T>.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IListSource.GetList()

(Inherited from DataTable.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IXmlSerializable.GetSchema()

(Inherited from DataTable.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IXmlSerializable.ReadXml(XmlReader)

(Inherited from DataTable.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IXmlSerializable.WriteXml(XmlWriter)

(Inherited from DataTable.)

Remarks

Accessed by using the CoverageDSPriv.Lines property.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

CoverageDSPriv
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top