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.

ITestObjectCollection<TObjectInterface> Interface

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Represents the base interface for collections of test management objects.

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

generic<typename TObjectInterface>
public interface class ITestObjectCollection : IList<TObjectInterface>, 
	ICollection<TObjectInterface>, IEnumerable<TObjectInterface>, 
	IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

Type Parameters

TObjectInterface

A test management object of Type.

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.

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.

System_CAPS_pubmethodRemove(T)

(Inherited from ICollection<T>.)

System_CAPS_pubmethodRemoveAt(Int32)

(Inherited from IList<T>.)

Return to top
Show: