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)
Inheritance Hierarchy
System.Object
System.Data.DataRow
Microsoft.VisualStudio.Coverage.Analysis.CoverageDSPriv.SourceFileNamesRow
Syntax
public class SourceFileNamesRow : DataRow
public ref class SourceFileNamesRow : DataRow
type SourceFileNamesRow =
class
inherit DataRow
end
Public Class SourceFileNamesRow
Inherits DataRow
Properties
Name | Description | |
---|---|---|
HasErrors | (Inherited from DataRow.) |
|
Item[DataColumn] | (Inherited from DataRow.) |
|
Item[DataColumn, DataRowVersion] | (Inherited from DataRow.) |
|
Item[Int32] | (Inherited from DataRow.) |
|
Item[Int32, DataRowVersion] | (Inherited from DataRow.) |
|
Item[String] | (Inherited from DataRow.) |
|
Item[String, DataRowVersion] | (Inherited from DataRow.) |
|
ItemArray | (Inherited from DataRow.) |
|
RowError | (Inherited from DataRow.) |
|
RowState | (Inherited from DataRow.) |
|
SourceFileID | 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. |
|
SourceFileName | 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. |
|
Table | (Inherited from DataRow.) |
Methods
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
CoverageDSPriv.SourceFileNamesDataTable
Microsoft.VisualStudio.Coverage.Analysis Namespace
Return to top