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)
Get
ReadOnlyCollection<Guid> Tests { get; }
property ReadOnlyCollection<Guid>^ Tests {
ReadOnlyCollection<Guid>^ get ();
}
abstract Tests : ReadOnlyCollection<Guid>
function get Tests () : ReadOnlyCollection<Guid>
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<Guid>
A read-only collection of GUIDs for tests.
.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.