Share via


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

[DebuggerNonUserCodeAttribute]
protected override bool ShouldSerializeTables()
protected:
[DebuggerNonUserCodeAttribute]
virtual bool ShouldSerializeTables() override
[<DebuggerNonUserCodeAttribute>]
override ShouldSerializeTables : unit -> bool
<DebuggerNonUserCodeAttribute>
Protected Overrides Function ShouldSerializeTables As Boolean

Return Value

Type: System.Boolean

true to serialize the data tables; otherwise, false.

See Also

CoverageDSPriv Class
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top