CoverageDS Class

 

Represents a strongly typed data set. 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.DataSet
      Microsoft.VisualStudio.Coverage.Analysis.CoverageDSPriv
        Microsoft.VisualStudio.Coverage.Analysis.CoverageDS

Syntax

[SerializableAttribute]
public class CoverageDS : CoverageDSPriv
[SerializableAttribute]
public ref class CoverageDS : CoverageDSPriv
[<SerializableAttribute>]
type CoverageDS = 
    class
        inherit CoverageDSPriv
    end
<SerializableAttribute>
Public Class CoverageDS
    Inherits CoverageDSPriv

Constructors

Name Description
System_CAPS_pubmethod CoverageDS()

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

System_CAPS_protmethod CoverageDS(SerializationInfo, StreamingContext)

Initializes a new instance of the CoverageDS 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 DataSet.)

System_CAPS_pubproperty Class

Gets a strongly named data table that contains the classes that are being analyzed. This class and its members are reserved for internal use and are not intended to be used in your code.(Inherited from CoverageDSPriv.)

System_CAPS_pubproperty Container

(Inherited from MarshalByValueComponent.)

System_CAPS_pubproperty DataSetName

(Inherited from DataSet.)

System_CAPS_pubproperty DefaultViewManager

(Inherited from DataSet.)

System_CAPS_pubproperty DesignMode

(Inherited from MarshalByValueComponent.)

System_CAPS_pubproperty EnforceConstraints

(Inherited from DataSet.)

System_CAPS_protproperty Events

(Inherited from MarshalByValueComponent.)

System_CAPS_pubproperty ExtendedProperties

(Inherited from DataSet.)

System_CAPS_pubproperty HasErrors

(Inherited from DataSet.)

System_CAPS_pubproperty IsInitialized

(Inherited from DataSet.)

System_CAPS_pubproperty Lines

Gets a strongly named data table for the code lines in the classes that are being analyzed. This class and its members are reserved for internal use and are not intended to be used in your code.(Inherited from CoverageDSPriv.)

System_CAPS_pubproperty Locale

(Inherited from DataSet.)

System_CAPS_pubproperty Method

Gets a strongly named data table for the methods in the classes that are being analyzed. This class and its members are reserved for internal use and are not intended to be used in your code.(Inherited from CoverageDSPriv.)

System_CAPS_pubproperty Module

Gets a strongly named data table for the modules 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.(Inherited from CoverageDSPriv.)

System_CAPS_pubproperty Namespace

(Inherited from DataSet.)

System_CAPS_pubproperty NamespaceTable

Gets a strongly named data table for the namespaces 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.(Inherited from CoverageDSPriv.)

System_CAPS_pubproperty Prefix

(Inherited from DataSet.)

System_CAPS_pubproperty Relations

Gets a collection of relationships in the coverage analysis data set. This class and its members are reserved for internal use and are not intended to be used in your code.(Inherited from CoverageDSPriv.)

System_CAPS_pubproperty RemotingFormat

(Inherited from DataSet.)

System_CAPS_pubproperty SchemaSerializationMode

Gets or sets the mode of serialization that either includes or excludes schema information from the data set. This class and its members are reserved for internal use and are not intended to be used in your code.(Inherited from CoverageDSPriv.)

System_CAPS_pubproperty Site

(Inherited from DataSet.)

System_CAPS_pubproperty SourceFileNames

Gets a strongly named data table for the names of the source files 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.(Inherited from CoverageDSPriv.)

System_CAPS_pubproperty Tables

Gets a collection of tables in the coverage analysis data set. This class and its members are reserved for internal use and are not intended to be used in your code.(Inherited from CoverageDSPriv.)

Methods

Name Description
System_CAPS_pubmethod AcceptChanges()

(Inherited from DataSet.)

System_CAPS_pubmethod BeginInit()

(Inherited from DataSet.)

System_CAPS_pubmethodSystem_CAPS_static CanJoin(CoverageDSPriv, CoverageDSPriv)

Determines whether two CoverageDSPriv objects can be joined by using the Join method. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethod Clear()

(Inherited from DataSet.)

System_CAPS_pubmethod Clone()

Returns an identical copy of this coverage analysis data set. This class and its members are reserved for internal use and are not intended to be used in your code.(Inherited from CoverageDSPriv.)

System_CAPS_pubmethod Copy()

(Inherited from DataSet.)

System_CAPS_pubmethod CreateDataReader()

(Inherited from DataSet.)

System_CAPS_pubmethod CreateDataReader(DataTable[])

(Inherited from DataSet.)

System_CAPS_protmethod DetermineSchemaSerializationMode(SerializationInfo, StreamingContext)

(Inherited from DataSet.)

System_CAPS_protmethod DetermineSchemaSerializationMode(XmlReader)

(Inherited from DataSet.)

System_CAPS_pubmethod Dispose()

(Inherited from MarshalByValueComponent.)

System_CAPS_protmethod Dispose(Boolean)

(Inherited from MarshalByValueComponent.)

System_CAPS_pubmethod EndInit()

(Inherited from DataSet.)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod ExportXml(String)

Exports this data set to an XML file. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_protmethod Finalize()

(Inherited from MarshalByValueComponent.)

System_CAPS_pubmethod FindSourceFileId(String)

Finds and returns a source file ID by using the provided file name. 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 DataSet.)

System_CAPS_pubmethod GetChanges(DataRowState)

(Inherited from DataSet.)

System_CAPS_pubmethodSystem_CAPS_static GetCoverageString(CoverageStatus)

Gets the localized string that represents the code coverage status. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetObjectData(SerializationInfo, StreamingContext)

Populates a SerializationInfo with the data needed to serialize this data set. This class and its members are reserved for internal use and are not intended to be used in your code.(Overrides DataSet.GetObjectData(SerializationInfo, StreamingContext).)

System_CAPS_protmethod GetSchemaSerializable()

Returns the schema for this coverage analysis data set. This class and its members are reserved for internal use and are not intended to be used in your code.(Inherited from CoverageDSPriv.)

System_CAPS_protmethod GetSerializationData(SerializationInfo, StreamingContext)

(Inherited from DataSet.)

System_CAPS_pubmethod GetService(Type)

(Inherited from MarshalByValueComponent.)

System_CAPS_pubmethod GetSourceFileName(CoverageDSPriv.LinesRow)

Returns the file name for the source file where the code lines in the provided lines record can be found. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod GetXml()

(Inherited from DataSet.)

System_CAPS_pubmethod GetXmlSchema()

(Inherited from DataSet.)

System_CAPS_pubmethod HasChanges()

(Inherited from DataSet.)

System_CAPS_pubmethod HasChanges(DataRowState)

(Inherited from DataSet.)

System_CAPS_pubmethod ImportXml(String)

Imports an XML file into this data set. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethod InferXmlSchema(Stream, String[])

(Inherited from DataSet.)

System_CAPS_pubmethod InferXmlSchema(String, String[])

(Inherited from DataSet.)

System_CAPS_pubmethod InferXmlSchema(TextReader, String[])

(Inherited from DataSet.)

System_CAPS_pubmethod InferXmlSchema(XmlReader, String[])

(Inherited from DataSet.)

System_CAPS_protmethod InitializeDerivedDataSet()

Initializes the coverage analysis data set. This class and its members are reserved for internal use and are not intended to be used in your code.(Inherited from CoverageDSPriv.)

System_CAPS_protmethod IsBinarySerialized(SerializationInfo, StreamingContext)

(Inherited from DataSet.)

System_CAPS_pubmethodSystem_CAPS_static Join(CoverageDSPriv, CoverageDSPriv)

Joins two CoverageDSPriv objects into this data set. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethod Load(IDataReader, LoadOption, DataTable[])

(Inherited from DataSet.)

System_CAPS_pubmethod Load(IDataReader, LoadOption, FillErrorEventHandler, DataTable[])

(Inherited from DataSet.)

System_CAPS_pubmethod Load(IDataReader, LoadOption, String[])

(Inherited from DataSet.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod Merge(DataRow[])

(Inherited from DataSet.)

System_CAPS_pubmethod Merge(DataRow[], Boolean, MissingSchemaAction)

(Inherited from DataSet.)

System_CAPS_pubmethod Merge(DataSet)

(Inherited from DataSet.)

System_CAPS_pubmethod Merge(DataSet, Boolean)

(Inherited from DataSet.)

System_CAPS_pubmethod Merge(DataSet, Boolean, MissingSchemaAction)

(Inherited from DataSet.)

System_CAPS_pubmethod Merge(DataTable)

(Inherited from DataSet.)

System_CAPS_pubmethod Merge(DataTable, Boolean, MissingSchemaAction)

(Inherited from DataSet.)

System_CAPS_pubmethodSystem_CAPS_static MergeFileLines(IEnumerable<CoverageDSPriv.LinesRow>)

Merges the line information across all modules. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_protmethod OnPropertyChanging(PropertyChangedEventArgs)

(Inherited from DataSet.)

System_CAPS_protmethod OnRemoveRelation(DataRelation)

(Inherited from DataSet.)

System_CAPS_protmethod OnRemoveTable(DataTable)

(Inherited from DataSet.)

System_CAPS_protmethod RaisePropertyChanging(String)

(Inherited from DataSet.)

System_CAPS_pubmethod ReadXml(Stream)

(Inherited from DataSet.)

System_CAPS_pubmethod ReadXml(Stream, XmlReadMode)

(Inherited from DataSet.)

System_CAPS_pubmethod ReadXml(String)

(Inherited from DataSet.)

System_CAPS_pubmethod ReadXml(String, XmlReadMode)

(Inherited from DataSet.)

System_CAPS_pubmethod ReadXml(TextReader)

(Inherited from DataSet.)

System_CAPS_pubmethod ReadXml(TextReader, XmlReadMode)

(Inherited from DataSet.)

System_CAPS_pubmethod ReadXml(XmlReader)

(Inherited from DataSet.)

System_CAPS_pubmethod ReadXml(XmlReader, XmlReadMode)

(Inherited from DataSet.)

System_CAPS_pubmethod ReadXmlSchema(Stream)

(Inherited from DataSet.)

System_CAPS_pubmethod ReadXmlSchema(String)

(Inherited from DataSet.)

System_CAPS_pubmethod ReadXmlSchema(TextReader)

(Inherited from DataSet.)

System_CAPS_pubmethod ReadXmlSchema(XmlReader)

(Inherited from DataSet.)

System_CAPS_protmethod ReadXmlSerializable(XmlReader)

Imports XML data by using the provided reader. This class and its members are reserved for internal use and are not intended to be used in your code.(Inherited from CoverageDSPriv.)

System_CAPS_pubmethod RejectChanges()

(Inherited from DataSet.)

System_CAPS_pubmethod Reset()

(Inherited from DataSet.)

System_CAPS_protmethod ShouldSerializeRelations()

Returns a value that indicates whether to also serialize the relationships when the data set is serialized. This class and its members are reserved for internal use and are not intended to be used in your code.(Inherited from CoverageDSPriv.)

System_CAPS_protmethod ShouldSerializeTables()

Returns a value that indicates whether to also serialize the data tables when the data set is serialized. This class and its members are reserved for internal use and are not intended to be used in your code.(Inherited from CoverageDSPriv.)

System_CAPS_pubmethod ToString()

(Inherited from MarshalByValueComponent.)

System_CAPS_pubmethod UpdateStatistics()

Updates the statistics of the data set since the data set was modified. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethod WriteXml(Stream)

(Inherited from DataSet.)

System_CAPS_pubmethod WriteXml(Stream, XmlWriteMode)

(Inherited from DataSet.)

System_CAPS_pubmethod WriteXml(String)

(Inherited from DataSet.)

System_CAPS_pubmethod WriteXml(String, XmlWriteMode)

(Inherited from DataSet.)

System_CAPS_pubmethod WriteXml(TextWriter)

(Inherited from DataSet.)

System_CAPS_pubmethod WriteXml(TextWriter, XmlWriteMode)

(Inherited from DataSet.)

System_CAPS_pubmethod WriteXml(XmlWriter)

(Inherited from DataSet.)

System_CAPS_pubmethod WriteXml(XmlWriter, XmlWriteMode)

(Inherited from DataSet.)

System_CAPS_pubmethod WriteXmlSchema(Stream)

(Inherited from DataSet.)

System_CAPS_pubmethod WriteXmlSchema(Stream, Converter<Type, String>)

(Inherited from DataSet.)

System_CAPS_pubmethod WriteXmlSchema(String)

(Inherited from DataSet.)

System_CAPS_pubmethod WriteXmlSchema(String, Converter<Type, String>)

(Inherited from DataSet.)

System_CAPS_pubmethod WriteXmlSchema(TextWriter)

(Inherited from DataSet.)

System_CAPS_pubmethod WriteXmlSchema(TextWriter, Converter<Type, String>)

(Inherited from DataSet.)

System_CAPS_pubmethod WriteXmlSchema(XmlWriter)

(Inherited from DataSet.)

System_CAPS_pubmethod WriteXmlSchema(XmlWriter, Converter<Type, String>)

(Inherited from DataSet.)

Events

Name Description
System_CAPS_pubevent Disposed

(Inherited from MarshalByValueComponent.)

System_CAPS_pubevent Initialized

(Inherited from DataSet.)

System_CAPS_pubevent MergeFailed

(Inherited from DataSet.)

Explicit Interface Implementations

Name Description
System_CAPS_pubinterfaceSystem_CAPS_privmethod IListSource.GetList()

(Inherited from DataSet.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IXmlSerializable.GetSchema()

(Inherited from DataSet.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IXmlSerializable.ReadXml(XmlReader)

(Inherited from DataSet.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IXmlSerializable.WriteXml(XmlWriter)

(Inherited from DataSet.)

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