ICoverageDataProvider.Tests Property

 

Gets a read-only collection of GUIDs for tests. 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

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

Property Value

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

A read-only collection of GUIDs for tests.

See Also

ICoverageDataProvider Interface
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top