CoverageDSPriv.Relations Property

Gets a collection of relationships in the coverage analysis data set. 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
Public ReadOnly Property Relations As DataRelationCollection
public DataRelationCollection Relations { get; }
public:
property DataRelationCollection^ Relations {
    DataRelationCollection^ get ();
}
member Relations : DataRelationCollection with get
function get Relations () : DataRelationCollection

Property Value

Type: DataRelationCollection
A collection of relationships.

.NET Framework Security

See Also

Reference

CoverageDSPriv Class

Microsoft.VisualStudio.Coverage.Analysis Namespace

DataRelationCollection

DataRelation