TestCollection Class
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.VisualStudio.TestTools.Framework
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Class TestCollection _
Implements IEnumerable(Of Test), IEnumerable
'Usage
Dim instance As TestCollection
public class TestCollection : IEnumerable<Test>,
IEnumerable
public ref class TestCollection : IEnumerable<Test^>,
IEnumerable
public class TestCollection implements IEnumerable<Test>, IEnumerable
type TestCollection =
class
interface IEnumerable<Test>
interface IEnumerable
end
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TestTools.Framework.TestCollection
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.