CoverageInfo.Tests Property

 

Returns a read-only collection of tests that is covered by this analysis. 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

public ReadOnlyCollection<Guid> Tests { get; }
public:
property ReadOnlyCollection<Guid>^ Tests {
    virtual ReadOnlyCollection<Guid>^ get() sealed;
}
abstract Tests : ReadOnlyCollection<Guid> with get
override Tests : ReadOnlyCollection<Guid> with get
Public ReadOnly Property Tests As ReadOnlyCollection(Of Guid)

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<Guid>

A read-only collection of tests that is covered by this analysis.

Implements

ICoverageDataProvider.Tests

See Also

CoverageInfo Class
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top