ITestCaseResultCollection Interface
Collection for TestCaseResults
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public interface ITestCaseResultCollection : ITestObjectCollection<ITestCaseResult>,
IList<ITestCaseResult>, ICollection<ITestCaseResult>, IEnumerable<ITestCaseResult>,
IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
public interface class ITestCaseResultCollection : ITestObjectCollection<ITestCaseResult^>,
IList<ITestCaseResult^>, ICollection<ITestCaseResult^>, IEnumerable<ITestCaseResult^>,
IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
type ITestCaseResultCollection =
interface
interface ITestObjectCollection<ITestCaseResult>
interface IList<ITestCaseResult>
interface ICollection<ITestCaseResult>
interface IEnumerable<ITestCaseResult>
interface IEnumerable
interface INotifyCollectionChanged
interface INotifyPropertyChanged
end
Public Interface ITestCaseResultCollection
Inherits ITestObjectCollection(Of ITestCaseResult), IList(Of ITestCaseResult),
ICollection(Of ITestCaseResult), IEnumerable(Of ITestCaseResult),
IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Properties
Name | Description | |
---|---|---|
![]() |
Count | (Inherited from ICollection<T>.) |
![]() |
IsReadOnly | (Inherited from ICollection<T>.) |
![]() |
Item[Int32] | (Inherited from IList<T>.) |
![]() |
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>.) |
![]() |
QueryAssociatedWorkItems() | Queries ids for all workitems associated with all test case results in the collection |
![]() |
Remove(T) | (Inherited from ICollection<T>.) |
![]() |
RemoveAt(Int32) | (Inherited from IList<T>.) |
![]() |
Save(Boolean) | Persists the contents of this collection to the server and can optionally upload the attachments in the background. |
Events
Name | Description | |
---|---|---|
![]() |
CollectionChanged | (Inherited from INotifyCollectionChanged.) |
![]() |
PropertyChanged | (Inherited from INotifyPropertyChanged.) |
Remarks
No content here will be updated; please do not add material here.
See Also
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top