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

 

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

public ref class NamespaceTableRow : DataRow

NameDescription
System_CAPS_pubpropertyBlocksCovered

Gets or sets the number of code blocks in the corresponding namespace 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 namespace 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_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 namespace 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 namespace 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 namespace 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 that contains the corresponding namespace. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubpropertyModuleRow

Gets or sets the module row from the module data table that corresponds to the module that contains the corresponding namespace. 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 key name for the corresponding namespace. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubpropertyNamespaceName

Gets or sets the name of the corresponding namespace. 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_pubmethodGetClassRows()

Returns an array of CoverageDSPriv::ClassRow objects for classes that are contained in the corresponding namespace. This class and its members are reserved for internal use and are not intended to be used in your code.

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_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_pubmethodIsModuleNameNull()

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

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

Sets the ModuleName 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_pubmethodSetNamespaceNameNull()

Sets the NamespaceName 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: