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 Class

 

Represents a strongly typed in-memory cache of code analysis data. 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)


[SerializableAttribute]
[DesignerCategoryAttribute("code")]
[ToolboxItemAttribute(true)]
public ref class CoverageDSPriv : DataSet

NameDescription
System_CAPS_pubmethodCoverageDSPriv()

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

System_CAPS_protmethodCoverageDSPriv(SerializationInfo^, StreamingContext)

Initializes a new instance of the CoverageDSPriv class from XML by using the provided information and context. 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 DataSet.)

System_CAPS_pubpropertyClass

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.

System_CAPS_pubpropertyContainer

(Inherited from MarshalByValueComponent.)

System_CAPS_pubpropertyDataSetName

(Inherited from DataSet.)

System_CAPS_pubpropertyDefaultViewManager

(Inherited from DataSet.)

System_CAPS_pubpropertyDesignMode

(Inherited from MarshalByValueComponent.)

System_CAPS_pubpropertyEnforceConstraints

(Inherited from DataSet.)

System_CAPS_protpropertyEvents

(Inherited from MarshalByValueComponent.)

System_CAPS_pubpropertyExtendedProperties

(Inherited from DataSet.)

System_CAPS_pubpropertyHasErrors

(Inherited from DataSet.)

System_CAPS_pubpropertyIsInitialized

(Inherited from DataSet.)

System_CAPS_pubpropertyLines

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.

System_CAPS_pubpropertyLocale

(Inherited from DataSet.)

System_CAPS_pubpropertyMethod

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.

System_CAPS_pubpropertyModule

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.

System_CAPS_pubpropertyNamespace

(Inherited from DataSet.)

System_CAPS_pubpropertyNamespaceTable

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.

System_CAPS_pubpropertyPrefix

(Inherited from DataSet.)

System_CAPS_pubpropertyRelations

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.

System_CAPS_pubpropertyRemotingFormat

(Inherited from DataSet.)

System_CAPS_pubpropertySchemaSerializationMode

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.(Overrides DataSet::SchemaSerializationMode.)

System_CAPS_pubpropertySite

(Inherited from DataSet.)

System_CAPS_pubpropertySourceFileNames

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.

System_CAPS_pubpropertyTables

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.

NameDescription
System_CAPS_pubmethodAcceptChanges()

(Inherited from DataSet.)

System_CAPS_pubmethodBeginInit()

(Inherited from DataSet.)

System_CAPS_pubmethodClear()

(Inherited from DataSet.)

System_CAPS_pubmethodClone()

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.(Overrides DataSet::Clone().)

System_CAPS_pubmethodCopy()

(Inherited from DataSet.)

System_CAPS_pubmethodCreateDataReader()

(Inherited from DataSet.)

System_CAPS_pubmethodCreateDataReader(array<DataTable^>^)

(Inherited from DataSet.)

System_CAPS_protmethodDetermineSchemaSerializationMode(SerializationInfo^, StreamingContext)

(Inherited from DataSet.)

System_CAPS_protmethodDetermineSchemaSerializationMode(XmlReader^)

(Inherited from DataSet.)

System_CAPS_pubmethodDispose()

(Inherited from MarshalByValueComponent.)

System_CAPS_protmethodDispose(Boolean)

(Inherited from MarshalByValueComponent.)

System_CAPS_pubmethodEndInit()

(Inherited from DataSet.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from MarshalByValueComponent.)

System_CAPS_pubmethodGetChanges()

(Inherited from DataSet.)

System_CAPS_pubmethodGetChanges(DataRowState)

(Inherited from DataSet.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetObjectData(SerializationInfo^, StreamingContext)

(Inherited from DataSet.)

System_CAPS_protmethodGetSchemaSerializable()

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.(Overrides DataSet::GetSchemaSerializable().)

System_CAPS_protmethodGetSerializationData(SerializationInfo^, StreamingContext)

(Inherited from DataSet.)

System_CAPS_pubmethodGetService(Type^)

(Inherited from MarshalByValueComponent.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticGetTypedDataSetSchema(XmlSchemaSet^)

Returns a complex-typed schema of the provided XML schema for a data set. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethodGetXml()

(Inherited from DataSet.)

System_CAPS_pubmethodGetXmlSchema()

(Inherited from DataSet.)

System_CAPS_pubmethodHasChanges()

(Inherited from DataSet.)

System_CAPS_pubmethodHasChanges(DataRowState)

(Inherited from DataSet.)

System_CAPS_pubmethodInferXmlSchema(Stream^, array<String^>^)

(Inherited from DataSet.)

System_CAPS_pubmethodInferXmlSchema(String^, array<String^>^)

(Inherited from DataSet.)

System_CAPS_pubmethodInferXmlSchema(TextReader^, array<String^>^)

(Inherited from DataSet.)

System_CAPS_pubmethodInferXmlSchema(XmlReader^, array<String^>^)

(Inherited from DataSet.)

System_CAPS_protmethodInitializeDerivedDataSet()

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.(Overrides DataSet::InitializeDerivedDataSet().)

System_CAPS_protmethodIsBinarySerialized(SerializationInfo^, StreamingContext)

(Inherited from DataSet.)

System_CAPS_pubmethodLoad(IDataReader^, LoadOption, array<DataTable^>^)

(Inherited from DataSet.)

System_CAPS_pubmethodLoad(IDataReader^, LoadOption, FillErrorEventHandler^, array<DataTable^>^)

(Inherited from DataSet.)

System_CAPS_pubmethodLoad(IDataReader^, LoadOption, array<String^>^)

(Inherited from DataSet.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodMerge(array<DataRow^>^)

(Inherited from DataSet.)

System_CAPS_pubmethodMerge(array<DataRow^>^, Boolean, MissingSchemaAction)

(Inherited from DataSet.)

System_CAPS_pubmethodMerge(DataSet^)

(Inherited from DataSet.)

System_CAPS_pubmethodMerge(DataSet^, Boolean)

(Inherited from DataSet.)

System_CAPS_pubmethodMerge(DataSet^, Boolean, MissingSchemaAction)

(Inherited from DataSet.)

System_CAPS_pubmethodMerge(DataTable^)

(Inherited from DataSet.)

System_CAPS_pubmethodMerge(DataTable^, Boolean, MissingSchemaAction)

(Inherited from DataSet.)

System_CAPS_protmethodOnPropertyChanging(PropertyChangedEventArgs^)

(Inherited from DataSet.)

System_CAPS_protmethodOnRemoveRelation(DataRelation^)

(Inherited from DataSet.)

System_CAPS_protmethodOnRemoveTable(DataTable^)

(Inherited from DataSet.)

System_CAPS_protmethodRaisePropertyChanging(String^)

(Inherited from DataSet.)

System_CAPS_pubmethodReadXml(Stream^)

(Inherited from DataSet.)

System_CAPS_pubmethodReadXml(Stream^, XmlReadMode)

(Inherited from DataSet.)

System_CAPS_pubmethodReadXml(String^)

(Inherited from DataSet.)

System_CAPS_pubmethodReadXml(String^, XmlReadMode)

(Inherited from DataSet.)

System_CAPS_pubmethodReadXml(TextReader^)

(Inherited from DataSet.)

System_CAPS_pubmethodReadXml(TextReader^, XmlReadMode)

(Inherited from DataSet.)

System_CAPS_pubmethodReadXml(XmlReader^)

(Inherited from DataSet.)

System_CAPS_pubmethodReadXml(XmlReader^, XmlReadMode)

(Inherited from DataSet.)

System_CAPS_pubmethodReadXmlSchema(Stream^)

(Inherited from DataSet.)

System_CAPS_pubmethodReadXmlSchema(String^)

(Inherited from DataSet.)

System_CAPS_pubmethodReadXmlSchema(TextReader^)

(Inherited from DataSet.)

System_CAPS_pubmethodReadXmlSchema(XmlReader^)

(Inherited from DataSet.)

System_CAPS_protmethodReadXmlSerializable(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.(Overrides DataSet::ReadXmlSerializable(XmlReader^).)

System_CAPS_pubmethodRejectChanges()

(Inherited from DataSet.)

System_CAPS_pubmethodReset()

(Inherited from DataSet.)

System_CAPS_protmethodShouldSerializeRelations()

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.(Overrides DataSet::ShouldSerializeRelations().)

System_CAPS_protmethodShouldSerializeTables()

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.(Overrides DataSet::ShouldSerializeTables().)

System_CAPS_pubmethodToString()

(Inherited from MarshalByValueComponent.)

System_CAPS_pubmethodWriteXml(Stream^)

(Inherited from DataSet.)

System_CAPS_pubmethodWriteXml(Stream^, XmlWriteMode)

(Inherited from DataSet.)

System_CAPS_pubmethodWriteXml(String^)

(Inherited from DataSet.)

System_CAPS_pubmethodWriteXml(String^, XmlWriteMode)

(Inherited from DataSet.)

System_CAPS_pubmethodWriteXml(TextWriter^)

(Inherited from DataSet.)

System_CAPS_pubmethodWriteXml(TextWriter^, XmlWriteMode)

(Inherited from DataSet.)

System_CAPS_pubmethodWriteXml(XmlWriter^)

(Inherited from DataSet.)

System_CAPS_pubmethodWriteXml(XmlWriter^, XmlWriteMode)

(Inherited from DataSet.)

System_CAPS_pubmethodWriteXmlSchema(Stream^)

(Inherited from DataSet.)

System_CAPS_pubmethodWriteXmlSchema(Stream^, Converter<Type^, String^>^)

(Inherited from DataSet.)

System_CAPS_pubmethodWriteXmlSchema(String^)

(Inherited from DataSet.)

System_CAPS_pubmethodWriteXmlSchema(String^, Converter<Type^, String^>^)

(Inherited from DataSet.)

System_CAPS_pubmethodWriteXmlSchema(TextWriter^)

(Inherited from DataSet.)

System_CAPS_pubmethodWriteXmlSchema(TextWriter^, Converter<Type^, String^>^)

(Inherited from DataSet.)

System_CAPS_pubmethodWriteXmlSchema(XmlWriter^)

(Inherited from DataSet.)

System_CAPS_pubmethodWriteXmlSchema(XmlWriter^, Converter<Type^, String^>^)

(Inherited from DataSet.)

NameDescription
System_CAPS_pubeventDisposed

(Inherited from MarshalByValueComponent.)

System_CAPS_pubeventInitialized

(Inherited from DataSet.)

System_CAPS_pubeventMergeFailed

(Inherited from DataSet.)

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: