Share via


CoverageDSPriv.ShouldSerializeRelations Method

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.

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

Syntax

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

Return Value

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

.NET Framework Security

See Also

Reference

CoverageDSPriv Class

Microsoft.VisualStudio.Coverage.Analysis Namespace