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

 

Represents the values in a data row in a CoverageDSPriv::ClassDataTable 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::ClassRow

public ref class ClassRow : DataRow

NameDescription
System_CAPS_pubpropertyBlocksCovered

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

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

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

System_CAPS_pubpropertyClassName

Gets or sets the name of the corresponding class. 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_pubpropertyLinesCovered

Gets or sets the number of code lines that are covered by the analysis of the corresponding class. 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 that are not covered by the analysis of the corresponding class. 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 that are partially covered by the analysis of the corresponding class. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubpropertyNamespaceKeyName

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

System_CAPS_pubpropertyNamespaceTableRow

Gets or sets the data row for the namespace that contains the corresponding class. 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_pubmethodGetMethodRows()

Gets an array of CoverageDSPriv::MethodRow objects that represents the methods in the corresponding class. 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()

Determines whether the BlocksCovered property value 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()

Determines whether the BlocksNotCovered property value 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()

Determines whether the LinesCovered property value 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()

Determines whether the LinesNotCovered property value 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()

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

System_CAPS_pubmethodIsNamespaceKeyNameNull()

Determines whether the NamespaceKeyName property value 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 BlocksNotCoveredproperty 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_pubmethodSetNamespaceKeyNameNull()

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