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
'Declaration
Public ReadOnly Property Tests As ReadOnlyCollection(Of Guid)
public ReadOnlyCollection<Guid> Tests { get; }
public:
virtual property ReadOnlyCollection<Guid>^ Tests {
ReadOnlyCollection<Guid>^ get () sealed;
}
abstract Tests : ReadOnlyCollection<Guid> with get
override Tests : ReadOnlyCollection<Guid> with get
final function get Tests () : ReadOnlyCollection<Guid>
Property Value
Type: ReadOnlyCollection<Guid>
A read-only collection of tests that is covered by this analysis.
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.