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

 

Represents a data table that contains namespace information in 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::NamespaceTableDataTable

[SerializableAttribute]
public ref class NamespaceTableDataTable : TypedTableBase<CoverageDSPriv::NamespaceTableRow^>

NameDescription
System_CAPS_pubmethodCoverageDSPriv::NamespaceTableDataTable()

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

System_CAPS_protmethodCoverageDSPriv::NamespaceTableDataTable(SerializationInfo^, StreamingContext)

Initializes a new instance of the CoverageDSPriv::NamespaceTableDataTable 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_pubpropertyBlocksCoveredColumn

Gets the data column that contains the number of code blocks in each 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_pubpropertyBlocksNotCoveredColumn

Gets the data column that contains the number of code blocks in each 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_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 namespace 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.

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 namespace row from this 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_pubpropertyLinesCoveredColumn

Gets the data column of this data table that contains the number of lines that are covered by this analysis for each namespace. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubpropertyLinesNotCoveredColumn

Gets the data column of this data table that contains the number of lines that are not covered by this analysis for each namespace. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubpropertyLinesPartiallyCoveredColumn

Gets the data column of this data table that contains the number of lines that are partially covered by this analysis for each namespace. 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_pubpropertyModuleNameColumn

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

System_CAPS_pubpropertyNamespace

(Inherited from DataTable.)

System_CAPS_pubpropertyNamespaceKeyNameColumn

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

System_CAPS_pubpropertyNamespaceNameColumn

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

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_pubpropertyTableName

(Inherited from DataTable.)

NameDescription
System_CAPS_pubmethodAcceptChanges()

(Inherited from DataTable.)

System_CAPS_pubmethodAddNamespaceTableRow(CoverageDSPriv::NamespaceTableRow^)

Adds the provided namespace table 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_pubmethodAddNamespaceTableRow(UInt32, UInt32, UInt32, UInt32, UInt32, CoverageDSPriv::ModuleRow^, String^, String^)

Adds a new namespace table row to this data table that contains 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 CoverageDSPriv::NamespaceTableDataTable. 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 a CoverageDSPriv::NamespaceTableDataTable. 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_pubmethodFindByNamespaceKeyName(String^)

Returns the namespace table row that is found by using the provided namespace key name. 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()

Gets 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_pubmethodNewNamespaceTableRow()

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

System_CAPS_pubmethodNewRow()

(Inherited from DataTable.)

System_CAPS_protmethodNewRowArray(Int32)

(Inherited from DataTable.)

System_CAPS_protmethodNewRowFromBuilder(DataRowBuilder^)

Creates a new namespace table 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_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 NamespaceTableRowChanged 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 NamespaceTableRowChanging 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 NamespaceTableRowDeleted 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 NamespaceTableRowDeleting 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_pubmethodRemoveNamespaceTableRow(CoverageDSPriv::NamespaceTableRow^)

Deletes the provided namespace table row from 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_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_pubeventNamespaceTableRowChanged

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_pubeventNamespaceTableRowChanging

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_pubeventNamespaceTableRowDeleted

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_pubeventNamespaceTableRowDeleting

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_pubeventRowChanged

(Inherited from DataTable.)

System_CAPS_pubeventRowChanging

(Inherited from DataTable.)

System_CAPS_pubeventRowDeleted

(Inherited from DataTable.)

System_CAPS_pubeventRowDeleting

(Inherited from DataTable.)

System_CAPS_pubeventTableCleared

(Inherited from DataTable.)

System_CAPS_pubeventTableClearing

(Inherited from DataTable.)

System_CAPS_pubeventTableNewRow

(Inherited from DataTable.)

Accessed by using the CoverageDSPriv::NamespaceTable 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: