TestSignatureData.Tests Property
Namespace: Microsoft.TeamFoundation.TestImpact.Client
Assembly: Microsoft.TeamFoundation.TestImpact.Client (in Microsoft.TeamFoundation.TestImpact.Client.dll)
Syntax
'Dichiarazione
Public ReadOnly Property Tests As ReadOnlyCollection(Of Test)
Get
public ReadOnlyCollection<Test> Tests { get; }
public:
property ReadOnlyCollection<Test^>^ Tests {
ReadOnlyCollection<Test^>^ get ();
}
member Tests : ReadOnlyCollection<Test>
function get Tests () : ReadOnlyCollection<Test>
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<Test>
.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.