CoverageDSPriv.ShouldSerializeTables Method

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.

Namespace:  Microsoft.VisualStudio.Coverage.Analysis
Assembly:  Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)

Syntax

'Declaration
Protected Overrides Function ShouldSerializeTables As Boolean
protected override bool ShouldSerializeTables()
protected:
virtual bool ShouldSerializeTables() override
abstract ShouldSerializeTables : unit -> bool  
override ShouldSerializeTables : unit -> bool
protected override function ShouldSerializeTables() : boolean

Return Value

Type: Boolean
true to serialize the data tables; otherwise, false.

.NET Framework Security

See Also

Reference

CoverageDSPriv Class

Microsoft.VisualStudio.Coverage.Analysis Namespace