Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents a collection of test plans.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public interface ITestPlanCollection : ITestObjectCollection<ITestPlan>,
IList<ITestPlan>, ICollection<ITestPlan>, IEnumerable<ITestPlan>,
IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
public interface class ITestPlanCollection : ITestObjectCollection<ITestPlan^>,
IList<ITestPlan^>, ICollection<ITestPlan^>, IEnumerable<ITestPlan^>,
IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
type ITestPlanCollection =
interface
interface ITestObjectCollection<ITestPlan>
interface IList<ITestPlan>
interface ICollection<ITestPlan>
interface IEnumerable<ITestPlan>
interface IEnumerable
interface INotifyCollectionChanged
interface INotifyPropertyChanged
end
Public Interface ITestPlanCollection
Inherits ITestObjectCollection(Of ITestPlan), IList(Of ITestPlan),
ICollection(Of ITestPlan), IEnumerable(Of ITestPlan), IEnumerable,
INotifyCollectionChanged, INotifyPropertyChanged
Properties
Name | Description | |
---|---|---|
![]() |
Count | (Inherited from ICollection<T>.) |
![]() |
IsReadOnly | (Inherited from ICollection<T>.) |
![]() |
Item[Int32] | (Inherited from IList<T>.) |
![]() |
QueryText | Gets or sets the default query that is used to populate the test plan hierarchy. This includes test runs and test points. |
![]() |
SyncRoot | Gets an object that can be used to synchronize access to the collection.(Inherited from ITestObjectCollection<TObjectInterface>.) |
Methods
Name | Description | |
---|---|---|
![]() |
Add(T) | (Inherited from ICollection<T>.) |
![]() |
Clear() | (Inherited from ICollection<T>.) |
![]() |
Contains(T) | (Inherited from ICollection<T>.) |
![]() |
CopyTo(T[], Int32) | (Inherited from ICollection<T>.) |
![]() |
GetEnumerator() | (Inherited from IEnumerable<T>.) |
![]() |
IndexOf(T) | (Inherited from IList<T>.) |
![]() |
Insert(Int32, T) | (Inherited from IList<T>.) |
![]() |
Move(Int32, Int32) | Moves the item of the collection from one position to another.(Inherited from ITestObjectCollection<TObjectInterface>.) |
![]() |
Refresh() | Refreshes the data in all plans in this collection from the server. |
![]() |
RefreshStatistics() | Refreshes the statistics on all plans, test runs, and test plans in this collection. |
![]() |
Remove(T) | (Inherited from ICollection<T>.) |
![]() |
RemoveAt(Int32) | (Inherited from IList<T>.) |
Events
Name | Description | |
---|---|---|
![]() |
CollectionChanged | (Inherited from INotifyCollectionChanged.) |
![]() |
PropertyChanged | (Inherited from INotifyPropertyChanged.) |
Remarks
Test plans may be added or deleted, but when a plan is deleted, all its test runs and test points are also deleted.
See Also
ITestObjectCollection<TObjectInterface>
ITestPlan
ITestPoint
ITestRun
INotifyCollectionChanged
INotifyPropertyChanged
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top