ITestExternalLinkCollection Interface
Visual Studio 2010
Represents a collection of links to external objects.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
The ITestExternalLinkCollection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of elements contained in the ICollection<T>. (Inherited from ICollection<ITestExternalLink>.) |
![]() | IsReadOnly | Gets a value indicating whether the ICollection<T> is read-only. (Inherited from ICollection<ITestExternalLink>.) |
![]() | Item | Gets or sets the element at the specified index. (Inherited from IList<ITestExternalLink>.) |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the collection. (Inherited from ITestObjectCollection<TObjectInterface>.) |
| Name | Description | |
|---|---|---|
![]() | Add | Adds an item to the ICollection<T>. (Inherited from ICollection<ITestExternalLink>.) |
![]() | Clear | Removes all items from the ICollection<T>. (Inherited from ICollection<ITestExternalLink>.) |
![]() | Contains | Determines whether the ICollection<T> contains a specific value. (Inherited from ICollection<ITestExternalLink>.) |
![]() | CopyTo | Copies the elements of the ICollection<T> to an Array, starting at a particular Array index. (Inherited from ICollection<ITestExternalLink>.) |
![]() | GetEnumerator() | Returns an enumerator that iterates through the collection. (Inherited from IEnumerable<ITestExternalLink>.) |
![]() | GetEnumerator() | Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.) |
![]() | IndexOf | Determines the index of a specific item in the IList<T>. (Inherited from IList<ITestExternalLink>.) |
![]() | Insert | Inserts an item to the IList<T> at the specified index. (Inherited from IList<ITestExternalLink>.) |
![]() | Move | Moves the item of the collection from one position to another. (Inherited from ITestObjectCollection<TObjectInterface>.) |
![]() | Remove | Removes the first occurrence of a specific object from the ICollection<T>. (Inherited from ICollection<ITestExternalLink>.) |
![]() | RemoveAt | Removes the IList<T> item at the specified index. (Inherited from IList<ITestExternalLink>.) |
| Name | Description | |
|---|---|---|
![]() | CollectionChanged | Occurs when the collection changes. (Inherited from INotifyCollectionChanged.) |
![]() | PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) |
