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

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

Property Value

Type: ReadOnlyCollection<Guid>
A read-only collection of GUIDs for tests.

.NET Framework Security

See Also

Reference

ICoverageDataProvider Interface

Microsoft.VisualStudio.Coverage.Analysis Namespace