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

 

Represents the values in a data row in a CoverageDSPriv::ModuleDataTable object. 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::ModuleRow

public ref class ModuleRow : DataRow

NameDescription
System_CAPS_pubpropertyBlocksCovered

Gets or sets the number of code blocks in the corresponding 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_pubpropertyBlocksNotCovered

Gets or sets the number of code blocks in the corresponding 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_pubpropertyHasErrors

(Inherited from DataRow.)

System_CAPS_pubpropertyImageLinkTime

Gets the time stamp from the compiled assembly for the module, as represented by the number of seconds since December 31, 1969, at 4:00 P.M. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubpropertyImageSize

Gets or sets the size, in bytes, of the compiled assembly for the corresponding module. This class and its members are reserved for internal use and are not intended to be used in your code.

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_pubpropertyLinesCovered

Gets or sets the number of code lines in the corresponding 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_pubpropertyLinesNotCovered

Gets or sets the number of code lines in the corresponding 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_pubpropertyLinesPartiallyCovered

Gets or sets the number of code lines in the corresponding module that are partially 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_pubpropertyModuleName

Gets or sets 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_pubpropertyRowError

(Inherited from DataRow.)

System_CAPS_pubpropertyRowState

(Inherited from DataRow.)

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_pubmethodGetNamespaceTableRows()

Returns an array of CoverageDSPriv::NamespaceTableRow objects that represent the namespaces that are referenced by the corresponding module. This class and its members are reserved for internal use and are not intended to be used in your code.

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_pubmethodIsBlocksCoveredNull()

Returns a value that indicates whether the BlocksCovered 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_pubmethodIsBlocksNotCoveredNull()

Returns a value that indicates whether the BlocksNotCovered 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_pubmethodIsLinesCoveredNull()

Returns a value that indicates whether the LinesCovered 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_pubmethodIsLinesNotCoveredNull()

Returns a value that indicates whether the LinesNotCovered 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_pubmethodIsLinesPartiallyCoveredNull()

Returns a value that indicates whether the LinesPartiallyCovered 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_pubmethodSetBlocksCoveredNull()

Sets the value of the BlocksCovered 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_pubmethodSetBlocksNotCoveredNull()

Sets the value of the BlocksNotCovered 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_pubmethodSetColumnError(DataColumn^, String^)

(Inherited from DataRow.)

System_CAPS_pubmethodSetColumnError(Int32, String^)

(Inherited from DataRow.)

System_CAPS_pubmethodSetColumnError(String^, String^)

(Inherited from DataRow.)

System_CAPS_pubmethodSetLinesCoveredNull()

Sets the value of the LinesCovered 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_pubmethodSetLinesNotCoveredNull()

Sets the value of the LinesNotCovered 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_pubmethodSetLinesPartiallyCoveredNull()

Sets the value of the LinesPartiallyCovered 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: