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
[DebuggerNonUserCodeAttribute]
protected override bool ShouldSerializeRelations()
protected:
[DebuggerNonUserCodeAttribute]
virtual bool ShouldSerializeRelations() override
[<DebuggerNonUserCodeAttribute>]
override ShouldSerializeRelations : unit -> bool
<DebuggerNonUserCodeAttribute>
Protected Overrides Function ShouldSerializeRelations As Boolean
Return Value
Type: System.Boolean
true to serialize the relationships; otherwise, false.
See Also
CoverageDSPriv Class
Microsoft.VisualStudio.Coverage.Analysis Namespace
Return to top