IMachineRoleCollection Interface
Visual Studio 2012
Represents a collection of machine roles.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
The IMachineRoleCollection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of elements contained in the ICollection. (Inherited from ICollection<IMachineRole>.) |
![]() | IsReadOnly | Gets a value indicating whether the ICollection is read-only. (Inherited from ICollection<IMachineRole>.) |
![]() | Item | Gets or sets the element at the specified index. (Inherited from IList<IMachineRole>.) |
![]() | 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. (Inherited from ICollection<IMachineRole>.) |
![]() | Clear | Removes all items from the ICollection. (Inherited from ICollection<IMachineRole>.) |
![]() | Contains | Determines whether the ICollection contains a specific value. (Inherited from ICollection<IMachineRole>.) |
![]() | CopyTo | Copies the elements of the ICollection to an Array, starting at a particular Array index. (Inherited from ICollection<IMachineRole>.) |
![]() | Create | Returns an empty IMachineRole object. |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerable<IMachineRole>.) |
![]() | IndexOf | Determines the index of a specific item in the IList. (Inherited from IList<IMachineRole>.) |
![]() | Insert | Inserts an item to the IList at the specified index. (Inherited from IList<IMachineRole>.) |
![]() | 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. (Inherited from ICollection<IMachineRole>.) |
![]() | RemoveAt | Removes the IList item at the specified index. (Inherited from IList<IMachineRole>.) |
| Name | Description | |
|---|---|---|
![]() | CollectionChanged | Occurs when the collection changes. (Inherited from INotifyCollectionChanged.) |
![]() | PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) |
