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

 

Represents a data row in a CoverageDSPriv::LinesDataTable. 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.Data::DataRow
    Microsoft.VisualStudio.Coverage.Analysis::CoverageDSPriv::LinesRow

public ref class LinesRow : DataRow

NameDescription
System_CAPS_pubpropertyColEnd

Gets or sets the index of the last analyzed character in the line of code that is 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_pubpropertyColStart

Gets or sets the index of the first analyzed character in the line of code that is 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_pubpropertyCoverage

Gets or sets a number that indicates the level of coverage. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubpropertyHasErrors

(Inherited from DataRow.)

System_CAPS_pubpropertyItem[DataColumn^]

(Inherited from DataRow.)

System_CAPS_pubpropertyItem[DataColumn^, DataRowVersion]

(Inherited from DataRow.)

System_CAPS_pubpropertyItem[Int32]

(Inherited from DataRow.)

System_CAPS_pubpropertyItem[Int32, DataRowVersion]

(Inherited from DataRow.)

System_CAPS_pubpropertyItem[String^]

(Inherited from DataRow.)

System_CAPS_pubpropertyItem[String^, DataRowVersion]

(Inherited from DataRow.)

System_CAPS_pubpropertyItemArray

(Inherited from DataRow.)

System_CAPS_pubpropertyLineID

Gets or sets the ID for the lines row. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubpropertyLnEnd

Gets or sets the index for the last line that is covered 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_pubpropertyLnStart

Gets or sets the index for the first line that is covered 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_pubpropertyMethodKeyName

Gets or sets the key name for the method that contains the corresponding code lines. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubpropertyMethodRow

Gets or sets the CoverageDSPriv::MethodRow that corresponds to the method that contains the corresponding code lines. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubpropertyRowError

(Inherited from DataRow.)

System_CAPS_pubpropertyRowState

(Inherited from DataRow.)

System_CAPS_pubpropertySourceFileID

Gets or sets the ID for the source file that contains the corresponding code lines. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubpropertyTable

(Inherited from DataRow.)

NameDescription
System_CAPS_pubmethodAcceptChanges()

(Inherited from DataRow.)

System_CAPS_pubmethodBeginEdit()

(Inherited from DataRow.)

System_CAPS_pubmethodCancelEdit()

(Inherited from DataRow.)

System_CAPS_pubmethodClearErrors()

(Inherited from DataRow.)

System_CAPS_pubmethodDelete()

(Inherited from DataRow.)

System_CAPS_pubmethodEndEdit()

(Inherited from DataRow.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetChildRows(DataRelation^)

(Inherited from DataRow.)

System_CAPS_pubmethodGetChildRows(DataRelation^, DataRowVersion)

(Inherited from DataRow.)

System_CAPS_pubmethodGetChildRows(String^)

(Inherited from DataRow.)

System_CAPS_pubmethodGetChildRows(String^, DataRowVersion)

(Inherited from DataRow.)

System_CAPS_pubmethodGetColumnError(DataColumn^)

(Inherited from DataRow.)

System_CAPS_pubmethodGetColumnError(Int32)

(Inherited from DataRow.)

System_CAPS_pubmethodGetColumnError(String^)

(Inherited from DataRow.)

System_CAPS_pubmethodGetColumnsInError()

(Inherited from DataRow.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetParentRow(DataRelation^)

(Inherited from DataRow.)

System_CAPS_pubmethodGetParentRow(DataRelation^, DataRowVersion)

(Inherited from DataRow.)

System_CAPS_pubmethodGetParentRow(String^)

(Inherited from DataRow.)

System_CAPS_pubmethodGetParentRow(String^, DataRowVersion)

(Inherited from DataRow.)

System_CAPS_pubmethodGetParentRows(DataRelation^)

(Inherited from DataRow.)

System_CAPS_pubmethodGetParentRows(DataRelation^, DataRowVersion)

(Inherited from DataRow.)

System_CAPS_pubmethodGetParentRows(String^)

(Inherited from DataRow.)

System_CAPS_pubmethodGetParentRows(String^, DataRowVersion)

(Inherited from DataRow.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodHasVersion(DataRowVersion)

(Inherited from DataRow.)

System_CAPS_pubmethodIsMethodKeyNameNull()

Determines whether the MethodKeyName property is null. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethodIsNull(DataColumn^)

(Inherited from DataRow.)

System_CAPS_pubmethodIsNull(DataColumn^, DataRowVersion)

(Inherited from DataRow.)

System_CAPS_pubmethodIsNull(Int32)

(Inherited from DataRow.)

System_CAPS_pubmethodIsNull(String^)

(Inherited from DataRow.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRejectChanges()

(Inherited from DataRow.)

System_CAPS_pubmethodSetAdded()

(Inherited from DataRow.)

System_CAPS_pubmethodSetColumnError(DataColumn^, String^)

(Inherited from DataRow.)

System_CAPS_pubmethodSetColumnError(Int32, String^)

(Inherited from DataRow.)

System_CAPS_pubmethodSetColumnError(String^, String^)

(Inherited from DataRow.)

System_CAPS_pubmethodSetMethodKeyNameNull()

Sets the MethodKeyName property to null. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethodSetModified()

(Inherited from DataRow.)

System_CAPS_protmethodSetNull(DataColumn^)

(Inherited from DataRow.)

System_CAPS_pubmethodSetParentRow(DataRow^)

(Inherited from DataRow.)

System_CAPS_pubmethodSetParentRow(DataRow^, DataRelation^)

(Inherited from DataRow.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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: