Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ITestCaseCollection Interface

 

Represents a container for test cases.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

public interface class ITestCaseCollection : ITestObjectCollection<ITestCase^>, 
	IList<ITestCase^>, ICollection<ITestCase^>, IEnumerable<ITestCase^>, 
	IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

NameDescription
System_CAPS_pubpropertyCount

(Inherited from ICollection<T>.)

System_CAPS_pubpropertyIsReadOnly

(Inherited from ICollection<T>.)

System_CAPS_pubpropertyItem[Int32]

(Inherited from IList<T>.)

System_CAPS_pubpropertySyncRoot

Gets an object that can be used to synchronize access to the collection.(Inherited from ITestObjectCollection<TObjectInterface>.)

NameDescription
System_CAPS_pubmethodAdd(T)

(Inherited from ICollection<T>.)

System_CAPS_pubmethodClear()

(Inherited from ICollection<T>.)

System_CAPS_pubmethodContains(T)

(Inherited from ICollection<T>.)

System_CAPS_pubmethodCopyTo(array<T>^, Int32)

(Inherited from ICollection<T>.)

System_CAPS_pubmethodGetEnumerator()

(Inherited from IEnumerable<T>.)

System_CAPS_pubmethodIndexOf(T)

(Inherited from IList<T>.)

System_CAPS_pubmethodInsert(Int32, T)

(Inherited from IList<T>.)

System_CAPS_pubmethodMove(Int32, Int32)

Moves the item of the collection from one position to another.(Inherited from ITestObjectCollection<TObjectInterface>.)

System_CAPS_pubmethodRemove(T)

(Inherited from ICollection<T>.)

System_CAPS_pubmethodRemoveAt(Int32)

(Inherited from IList<T>.)

Return to top
Show: