CoverageDSPriv.SourceFileNamesDataTable Class

 

Represents a data table that contains source file information for the code that is being analyzed. 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.ComponentModel.MarshalByValueComponent
    System.Data.DataTable
      System.Data.TypedTableBase<T>
        Microsoft.VisualStudio.Coverage.Analysis.CoverageDSPriv.SourceFileNamesDataTable

Syntax

[SerializableAttribute]
public class SourceFileNamesDataTable : TypedTableBase<CoverageDSPriv.SourceFileNamesRow>
[SerializableAttribute]
public ref class SourceFileNamesDataTable : TypedTableBase<CoverageDSPriv::SourceFileNamesRow^>
[<SerializableAttribute>]
type SourceFileNamesDataTable = 
    class
        inherit TypedTableBase<CoverageDSPriv.SourceFileNamesRow>
    end
<SerializableAttribute>
Public Class SourceFileNamesDataTable
    Inherits TypedTableBase(Of CoverageDSPriv.SourceFileNamesRow)

Constructors

Name Description
System_CAPS_pubmethod CoverageDSPriv.SourceFileNamesDataTable()

Initializes a new instance of the CoverageDSPriv.SourceFileNamesDataTable class. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_protmethod CoverageDSPriv.SourceFileNamesDataTable(SerializationInfo, StreamingContext)

Initializes a new instance of the CoverageDSPriv.SourceFileNamesDataTable class from XML. This class and its members are reserved for internal use and are not intended to be used in your code.

Properties

Name Description
System_CAPS_pubproperty CaseSensitive

(Inherited from DataTable.)

System_CAPS_pubproperty ChildRelations

(Inherited from DataTable.)

System_CAPS_pubproperty Columns

(Inherited from DataTable.)

System_CAPS_pubproperty Constraints

(Inherited from DataTable.)

System_CAPS_pubproperty Container

(Inherited from MarshalByValueComponent.)

System_CAPS_pubproperty Count

Gets the number of records in this data table. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubproperty DataSet

(Inherited from DataTable.)

System_CAPS_pubproperty DefaultView

(Inherited from DataTable.)

System_CAPS_pubproperty DesignMode

(Inherited from MarshalByValueComponent.)

System_CAPS_pubproperty DisplayExpression

(Inherited from DataTable.)

System_CAPS_protproperty Events

(Inherited from MarshalByValueComponent.)

System_CAPS_pubproperty ExtendedProperties

(Inherited from DataTable.)

System_CAPS_pubproperty HasErrors

(Inherited from DataTable.)

System_CAPS_pubproperty IsInitialized

(Inherited from DataTable.)

System_CAPS_pubproperty Item[Int32]

Gets the data row from the table at the specified index. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubproperty Locale

(Inherited from DataTable.)

System_CAPS_pubproperty MinimumCapacity

(Inherited from DataTable.)

System_CAPS_pubproperty Namespace

(Inherited from DataTable.)

System_CAPS_pubproperty ParentRelations

(Inherited from DataTable.)

System_CAPS_pubproperty Prefix

(Inherited from DataTable.)

System_CAPS_pubproperty PrimaryKey

(Inherited from DataTable.)

System_CAPS_pubproperty RemotingFormat

(Inherited from DataTable.)

System_CAPS_pubproperty Rows

(Inherited from DataTable.)

System_CAPS_pubproperty Site

(Inherited from DataTable.)

System_CAPS_pubproperty SourceFileIDColumn

Gets the data column that contains the ID for each source file in this data table. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubproperty SourceFileNameColumn

Gets the data column that contains the name of the source file. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubproperty TableName

(Inherited from DataTable.)

Methods

Name Description
System_CAPS_pubmethod AcceptChanges()

(Inherited from DataTable.)

System_CAPS_pubmethod AddSourceFileNamesRow(CoverageDSPriv.SourceFileNamesRow)

Adds the provided source file names row to this data table. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethod AddSourceFileNamesRow(UInt32, String)

Adds a new source file names data row to this data table by using the provided values. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethod BeginInit()

(Inherited from DataTable.)

System_CAPS_pubmethod BeginLoadData()

(Inherited from DataTable.)

System_CAPS_pubmethod Cast<TResult>()

(Inherited from TypedTableBase<T>.)

System_CAPS_pubmethod Clear()

(Inherited from DataTable.)

System_CAPS_pubmethod Clone()

Returns a clone of this data table. This class and its members are reserved for internal use and are not intended to be used in your code.(Overrides DataTable.Clone().)

System_CAPS_pubmethod Compute(String, String)

(Inherited from DataTable.)

System_CAPS_pubmethod Copy()

(Inherited from DataTable.)

System_CAPS_pubmethod CreateDataReader()

(Inherited from DataTable.)

System_CAPS_protmethod CreateInstance()

Returns a new instance of this data table. This class and its members are reserved for internal use and are not intended to be used in your code.(Overrides DataTable.CreateInstance().)

System_CAPS_pubmethod Dispose()

(Inherited from MarshalByValueComponent.)

System_CAPS_protmethod Dispose(Boolean)

(Inherited from MarshalByValueComponent.)

System_CAPS_pubmethod EndInit()

(Inherited from DataTable.)

System_CAPS_pubmethod EndLoadData()

(Inherited from DataTable.)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from MarshalByValueComponent.)

System_CAPS_pubmethod FindBySourceFileID(UInt32)

Returns the data row that has the matching source file name ID. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethod GetChanges()

(Inherited from DataTable.)

System_CAPS_pubmethod GetChanges(DataRowState)

(Inherited from DataTable.)

System_CAPS_pubmethod GetEnumerator()

(Inherited from TypedTableBase<T>.)

System_CAPS_pubmethod GetErrors()

(Inherited from DataTable.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetObjectData(SerializationInfo, StreamingContext)

(Inherited from DataTable.)

System_CAPS_protmethod GetRowType()

Returns the Type for the rows in this data table. This class and its members are reserved for internal use and are not intended to be used in your code.(Overrides DataTable.GetRowType().)

System_CAPS_protmethod GetSchema()

(Inherited from DataTable.)

System_CAPS_pubmethod GetService(Type)

(Inherited from MarshalByValueComponent.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_static GetTypedTableSchema(XmlSchemaSet)

Returns the complex schema for this data table. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethod ImportRow(DataRow)

(Inherited from DataTable.)

System_CAPS_pubmethod Load(IDataReader)

(Inherited from DataTable.)

System_CAPS_pubmethod Load(IDataReader, LoadOption)

(Inherited from DataTable.)

System_CAPS_pubmethod Load(IDataReader, LoadOption, FillErrorEventHandler)

(Inherited from DataTable.)

System_CAPS_pubmethod LoadDataRow(Object[], Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethod LoadDataRow(Object[], LoadOption)

(Inherited from DataTable.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod Merge(DataTable)

(Inherited from DataTable.)

System_CAPS_pubmethod Merge(DataTable, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethod Merge(DataTable, Boolean, MissingSchemaAction)

(Inherited from DataTable.)

System_CAPS_pubmethod NewRow()

(Inherited from DataTable.)

System_CAPS_protmethod NewRowArray(Int32)

(Inherited from DataTable.)

System_CAPS_protmethod NewRowFromBuilder(DataRowBuilder)

Creates a new source file names data row by using the provided data row builder. This class and its members are reserved for internal use and are not intended to be used in your code.(Overrides DataTable.NewRowFromBuilder(DataRowBuilder).)

System_CAPS_pubmethod NewSourceFileNamesRow()

Returns a new source file names row. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_protmethod OnColumnChanged(DataColumnChangeEventArgs)

(Inherited from DataTable.)

System_CAPS_protmethod OnColumnChanging(DataColumnChangeEventArgs)

(Inherited from DataTable.)

System_CAPS_protmethod OnPropertyChanging(PropertyChangedEventArgs)

(Inherited from DataTable.)

System_CAPS_protmethod OnRemoveColumn(DataColumn)

(Inherited from DataTable.)

System_CAPS_protmethod OnRowChanged(DataRowChangeEventArgs)

Handles the SourceFileNamesRowChanged event. This class and its members are reserved for internal use and are not intended to be used in your code.(Overrides DataTable.OnRowChanged(DataRowChangeEventArgs).)

System_CAPS_protmethod OnRowChanging(DataRowChangeEventArgs)

Handles the SourceFileNamesRowChanging event. This class and its members are reserved for internal use and are not intended to be used in your code.(Overrides DataTable.OnRowChanging(DataRowChangeEventArgs).)

System_CAPS_protmethod OnRowDeleted(DataRowChangeEventArgs)

Handles the SourceFileNamesRowDeleted event. This class and its members are reserved for internal use and are not intended to be used in your code.(Overrides DataTable.OnRowDeleted(DataRowChangeEventArgs).)

System_CAPS_protmethod OnRowDeleting(DataRowChangeEventArgs)

Handles the SourceFileNamesRowDeleting event. This class and its members are reserved for internal use and are not intended to be used in your code.(Overrides DataTable.OnRowDeleting(DataRowChangeEventArgs).)

System_CAPS_protmethod OnTableCleared(DataTableClearEventArgs)

(Inherited from DataTable.)

System_CAPS_protmethod OnTableClearing(DataTableClearEventArgs)

(Inherited from DataTable.)

System_CAPS_protmethod OnTableNewRow(DataTableNewRowEventArgs)

(Inherited from DataTable.)

System_CAPS_pubmethod ReadXml(Stream)

(Inherited from DataTable.)

System_CAPS_pubmethod ReadXml(String)

(Inherited from DataTable.)

System_CAPS_pubmethod ReadXml(TextReader)

(Inherited from DataTable.)

System_CAPS_pubmethod ReadXml(XmlReader)

(Inherited from DataTable.)

System_CAPS_pubmethod ReadXmlSchema(Stream)

(Inherited from DataTable.)

System_CAPS_pubmethod ReadXmlSchema(String)

(Inherited from DataTable.)

System_CAPS_pubmethod ReadXmlSchema(TextReader)

(Inherited from DataTable.)

System_CAPS_pubmethod ReadXmlSchema(XmlReader)

(Inherited from DataTable.)

System_CAPS_protmethod ReadXmlSerializable(XmlReader)

(Inherited from DataTable.)

System_CAPS_pubmethod RejectChanges()

(Inherited from DataTable.)

System_CAPS_pubmethod RemoveSourceFileNamesRow(CoverageDSPriv.SourceFileNamesRow)

Deletes the provided data row from the data table. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethod Reset()

(Inherited from DataTable.)

System_CAPS_pubmethod Select()

(Inherited from DataTable.)

System_CAPS_pubmethod Select(String)

(Inherited from DataTable.)

System_CAPS_pubmethod Select(String, String)

(Inherited from DataTable.)

System_CAPS_pubmethod Select(String, String, DataViewRowState)

(Inherited from DataTable.)

System_CAPS_pubmethod ToString()

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(Stream)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(Stream, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(Stream, XmlWriteMode)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(Stream, XmlWriteMode, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(String)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(String, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(String, XmlWriteMode)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(String, XmlWriteMode, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(TextWriter)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(TextWriter, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(TextWriter, XmlWriteMode)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(TextWriter, XmlWriteMode, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(XmlWriter)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(XmlWriter, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(XmlWriter, XmlWriteMode)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(XmlWriter, XmlWriteMode, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXmlSchema(Stream)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXmlSchema(Stream, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXmlSchema(String)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXmlSchema(String, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXmlSchema(TextWriter)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXmlSchema(TextWriter, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXmlSchema(XmlWriter)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXmlSchema(XmlWriter, Boolean)

(Inherited from DataTable.)

Fields

Name Description
System_CAPS_protfield fInitInProgress

(Inherited from DataTable.)

Events

Name Description
System_CAPS_pubevent ColumnChanged

(Inherited from DataTable.)

System_CAPS_pubevent ColumnChanging

(Inherited from DataTable.)

System_CAPS_pubevent Disposed

(Inherited from MarshalByValueComponent.)

System_CAPS_pubevent Initialized

(Inherited from DataTable.)

System_CAPS_pubevent RowChanged

(Inherited from DataTable.)

System_CAPS_pubevent RowChanging

(Inherited from DataTable.)

System_CAPS_pubevent RowDeleted

(Inherited from DataTable.)

System_CAPS_pubevent RowDeleting

(Inherited from DataTable.)

System_CAPS_pubevent SourceFileNamesRowChanged

Occurs when the data in a row has changed. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubevent SourceFileNamesRowChanging

Occurs when the data in a row is changing. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubevent SourceFileNamesRowDeleted

Occurs when the data in a row has been deleted. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubevent SourceFileNamesRowDeleting

Occurs before a row is deleted. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubevent TableCleared

(Inherited from DataTable.)

System_CAPS_pubevent TableClearing

(Inherited from DataTable.)

System_CAPS_pubevent TableNewRow

(Inherited from DataTable.)

Explicit Interface Implementations

Name Description
System_CAPS_pubinterfaceSystem_CAPS_privmethod IEnumerable.GetEnumerator()

(Inherited from TypedTableBase<T>.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IListSource.GetList()

(Inherited from DataTable.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IXmlSerializable.GetSchema()

(Inherited from DataTable.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IXmlSerializable.ReadXml(XmlReader)

(Inherited from DataTable.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IXmlSerializable.WriteXml(XmlWriter)

(Inherited from DataTable.)

Remarks

Accessed by using the CoverageDSPriv.SourceFileNames property.

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
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top