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: System.Boolean
true to serialize the data tables; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.