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

 

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

public ref class SourceFileNamesRow : DataRow

NameDescription
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_pubpropertyRowError

(Inherited from DataRow.)

System_CAPS_pubpropertyRowState

(Inherited from DataRow.)

System_CAPS_pubpropertySourceFileID

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

System_CAPS_pubpropertySourceFileName

Gets or sets the name of the corresponding code source file. 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_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_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: