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::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)

System::Object
  System.ComponentModel::MarshalByValueComponent
    System.Data::DataTable
      System.Data::TypedTableBase<T>
        Microsoft.VisualStudio.Coverage.Analysis::CoverageDSPriv::SourceFileNamesDataTable

[SerializableAttribute]
public ref class SourceFileNamesDataTable : TypedTableBase<CoverageDSPriv::SourceFileNamesRow^>

NameDescription
System_CAPS_pubmethodCoverageDSPriv::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_protmethodCoverageDSPriv::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.

NameDescription
System_CAPS_pubpropertyCaseSensitive

(Inherited from DataTable.)

System_CAPS_pubpropertyChildRelations

(Inherited from DataTable.)

System_CAPS_pubpropertyColumns

(Inherited from DataTable.)

System_CAPS_pubpropertyConstraints

(Inherited from DataTable.)

System_CAPS_pubpropertyContainer

(Inherited from MarshalByValueComponent.)

System_CAPS_pubpropertyCount

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_pubpropertyDataSet

(Inherited from DataTable.)

System_CAPS_pubpropertyDefaultView

(Inherited from DataTable.)

System_CAPS_pubpropertyDesignMode

(Inherited from MarshalByValueComponent.)

System_CAPS_pubpropertyDisplayExpression

(Inherited from DataTable.)

System_CAPS_protpropertyEvents

(Inherited from MarshalByValueComponent.)

System_CAPS_pubpropertyExtendedProperties

(Inherited from DataTable.)

System_CAPS_pubpropertyHasErrors

(Inherited from DataTable.)

System_CAPS_pubpropertyIsInitialized

(Inherited from DataTable.)

System_CAPS_pubpropertyItem[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_pubpropertyLocale

(Inherited from DataTable.)

System_CAPS_pubpropertyMinimumCapacity

(Inherited from DataTable.)

System_CAPS_pubpropertyNamespace

(Inherited from DataTable.)

System_CAPS_pubpropertyParentRelations

(Inherited from DataTable.)

System_CAPS_pubpropertyPrefix

(Inherited from DataTable.)

System_CAPS_pubpropertyPrimaryKey

(Inherited from DataTable.)

System_CAPS_pubpropertyRemotingFormat

(Inherited from DataTable.)

System_CAPS_pubpropertyRows

(Inherited from DataTable.)

System_CAPS_pubpropertySite

(Inherited from DataTable.)

System_CAPS_pubpropertySourceFileIDColumn

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_pubpropertySourceFileNameColumn

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_pubpropertyTableName

(Inherited from DataTable.)

NameDescription
System_CAPS_pubmethodAcceptChanges()

(Inherited from DataTable.)

System_CAPS_pubmethodAddSourceFileNamesRow(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_pubmethodAddSourceFileNamesRow(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_pubmethodBeginInit()

(Inherited from DataTable.)

System_CAPS_pubmethodBeginLoadData()

(Inherited from DataTable.)

System_CAPS_pubmethodCast<TResult>()

(Inherited from TypedTableBase<T>.)

System_CAPS_pubmethodClear()

(Inherited from DataTable.)

System_CAPS_pubmethodClone()

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_pubmethodCompute(String^, String^)

(Inherited from DataTable.)

System_CAPS_pubmethodCopy()

(Inherited from DataTable.)

System_CAPS_pubmethodCreateDataReader()

(Inherited from DataTable.)

System_CAPS_protmethodCreateInstance()

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_pubmethodDispose()

(Inherited from MarshalByValueComponent.)

System_CAPS_protmethodDispose(Boolean)

(Inherited from MarshalByValueComponent.)

System_CAPS_pubmethodEndInit()

(Inherited from DataTable.)

System_CAPS_pubmethodEndLoadData()

(Inherited from DataTable.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from MarshalByValueComponent.)

System_CAPS_pubmethodFindBySourceFileID(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_pubmethodGetChanges()

(Inherited from DataTable.)

System_CAPS_pubmethodGetChanges(DataRowState)

(Inherited from DataTable.)

System_CAPS_pubmethodGetEnumerator()

(Inherited from TypedTableBase<T>.)

System_CAPS_pubmethodGetErrors()

(Inherited from DataTable.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetObjectData(SerializationInfo^, StreamingContext)

(Inherited from DataTable.)

System_CAPS_protmethodGetRowType()

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_protmethodGetSchema()

(Inherited from DataTable.)

System_CAPS_pubmethodGetService(Type^)

(Inherited from MarshalByValueComponent.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticGetTypedTableSchema(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_pubmethodImportRow(DataRow^)

(Inherited from DataTable.)

System_CAPS_pubmethodLoad(IDataReader^)

(Inherited from DataTable.)

System_CAPS_pubmethodLoad(IDataReader^, LoadOption)

(Inherited from DataTable.)

System_CAPS_pubmethodLoad(IDataReader^, LoadOption, FillErrorEventHandler^)

(Inherited from DataTable.)

System_CAPS_pubmethodLoadDataRow(array<Object^>^, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethodLoadDataRow(array<Object^>^, LoadOption)

(Inherited from DataTable.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodMerge(DataTable^)

(Inherited from DataTable.)

System_CAPS_pubmethodMerge(DataTable^, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethodMerge(DataTable^, Boolean, MissingSchemaAction)

(Inherited from DataTable.)

System_CAPS_pubmethodNewRow()

(Inherited from DataTable.)

System_CAPS_protmethodNewRowArray(Int32)

(Inherited from DataTable.)

System_CAPS_protmethodNewRowFromBuilder(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_pubmethodNewSourceFileNamesRow()

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_protmethodOnColumnChanged(DataColumnChangeEventArgs^)

(Inherited from DataTable.)

System_CAPS_protmethodOnColumnChanging(DataColumnChangeEventArgs^)

(Inherited from DataTable.)

System_CAPS_protmethodOnPropertyChanging(PropertyChangedEventArgs^)

(Inherited from DataTable.)

System_CAPS_protmethodOnRemoveColumn(DataColumn^)

(Inherited from DataTable.)

System_CAPS_protmethodOnRowChanged(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_protmethodOnRowChanging(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_protmethodOnRowDeleted(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_protmethodOnRowDeleting(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_protmethodOnTableCleared(DataTableClearEventArgs^)

(Inherited from DataTable.)

System_CAPS_protmethodOnTableClearing(DataTableClearEventArgs^)

(Inherited from DataTable.)

System_CAPS_protmethodOnTableNewRow(DataTableNewRowEventArgs^)

(Inherited from DataTable.)

System_CAPS_pubmethodReadXml(Stream^)

(Inherited from DataTable.)

System_CAPS_pubmethodReadXml(String^)

(Inherited from DataTable.)

System_CAPS_pubmethodReadXml(TextReader^)

(Inherited from DataTable.)

System_CAPS_pubmethodReadXml(XmlReader^)

(Inherited from DataTable.)

System_CAPS_pubmethodReadXmlSchema(Stream^)

(Inherited from DataTable.)

System_CAPS_pubmethodReadXmlSchema(String^)

(Inherited from DataTable.)

System_CAPS_pubmethodReadXmlSchema(TextReader^)

(Inherited from DataTable.)

System_CAPS_pubmethodReadXmlSchema(XmlReader^)

(Inherited from DataTable.)

System_CAPS_protmethodReadXmlSerializable(XmlReader^)

(Inherited from DataTable.)

System_CAPS_pubmethodRejectChanges()

(Inherited from DataTable.)

System_CAPS_pubmethodRemoveSourceFileNamesRow(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_pubmethodReset()

(Inherited from DataTable.)

System_CAPS_pubmethodSelect()

(Inherited from DataTable.)

System_CAPS_pubmethodSelect(String^)

(Inherited from DataTable.)

System_CAPS_pubmethodSelect(String^, String^)

(Inherited from DataTable.)

System_CAPS_pubmethodSelect(String^, String^, DataViewRowState)

(Inherited from DataTable.)

System_CAPS_pubmethodToString()

(Inherited from DataTable.)

System_CAPS_pubmethodWriteXml(Stream^)

(Inherited from DataTable.)

System_CAPS_pubmethodWriteXml(Stream^, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethodWriteXml(Stream^, XmlWriteMode)

(Inherited from DataTable.)

System_CAPS_pubmethodWriteXml(Stream^, XmlWriteMode, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethodWriteXml(String^)

(Inherited from DataTable.)

System_CAPS_pubmethodWriteXml(String^, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethodWriteXml(String^, XmlWriteMode)

(Inherited from DataTable.)

System_CAPS_pubmethodWriteXml(String^, XmlWriteMode, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethodWriteXml(TextWriter^)

(Inherited from DataTable.)

System_CAPS_pubmethodWriteXml(TextWriter^, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethodWriteXml(TextWriter^, XmlWriteMode)

(Inherited from DataTable.)

System_CAPS_pubmethodWriteXml(TextWriter^, XmlWriteMode, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethodWriteXml(XmlWriter^)

(Inherited from DataTable.)

System_CAPS_pubmethodWriteXml(XmlWriter^, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethodWriteXml(XmlWriter^, XmlWriteMode)

(Inherited from DataTable.)

System_CAPS_pubmethodWriteXml(XmlWriter^, XmlWriteMode, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethodWriteXmlSchema(Stream^)

(Inherited from DataTable.)

System_CAPS_pubmethodWriteXmlSchema(Stream^, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethodWriteXmlSchema(String^)

(Inherited from DataTable.)

System_CAPS_pubmethodWriteXmlSchema(String^, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethodWriteXmlSchema(TextWriter^)

(Inherited from DataTable.)

System_CAPS_pubmethodWriteXmlSchema(TextWriter^, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethodWriteXmlSchema(XmlWriter^)

(Inherited from DataTable.)

System_CAPS_pubmethodWriteXmlSchema(XmlWriter^, Boolean)

(Inherited from DataTable.)

NameDescription
System_CAPS_protfieldfInitInProgress

(Inherited from DataTable.)

NameDescription
System_CAPS_pubeventColumnChanged

(Inherited from DataTable.)

System_CAPS_pubeventColumnChanging

(Inherited from DataTable.)

System_CAPS_pubeventDisposed

(Inherited from MarshalByValueComponent.)

System_CAPS_pubeventInitialized

(Inherited from DataTable.)

System_CAPS_pubeventRowChanged

(Inherited from DataTable.)

System_CAPS_pubeventRowChanging

(Inherited from DataTable.)

System_CAPS_pubeventRowDeleted

(Inherited from DataTable.)

System_CAPS_pubeventRowDeleting

(Inherited from DataTable.)

System_CAPS_pubeventSourceFileNamesRowChanged

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_pubeventSourceFileNamesRowChanging

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_pubeventSourceFileNamesRowDeleted

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_pubeventSourceFileNamesRowDeleting

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_pubeventTableCleared

(Inherited from DataTable.)

System_CAPS_pubeventTableClearing

(Inherited from DataTable.)

System_CAPS_pubeventTableNewRow

(Inherited from DataTable.)

Accessed by using the CoverageDSPriv::SourceFileNames property.

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: