Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a collection of machine roles that is associated with a test settings object.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public interface ITestSettingsMachineRoleCollection : ITestObjectCollection<ITestSettingsMachineRole>,
IList<ITestSettingsMachineRole>, ICollection<ITestSettingsMachineRole>,
IEnumerable<ITestSettingsMachineRole>, IEnumerable, INotifyCollectionChanged,
INotifyPropertyChanged
public interface class ITestSettingsMachineRoleCollection : ITestObjectCollection<ITestSettingsMachineRole^>,
IList<ITestSettingsMachineRole^>, ICollection<ITestSettingsMachineRole^>,
IEnumerable<ITestSettingsMachineRole^>, IEnumerable, INotifyCollectionChanged,
INotifyPropertyChanged
type ITestSettingsMachineRoleCollection =
interface
interface ITestObjectCollection<ITestSettingsMachineRole>
interface IList<ITestSettingsMachineRole>
interface ICollection<ITestSettingsMachineRole>
interface IEnumerable<ITestSettingsMachineRole>
interface IEnumerable
interface INotifyCollectionChanged
interface INotifyPropertyChanged
end
Public Interface ITestSettingsMachineRoleCollection
Inherits ITestObjectCollection(Of ITestSettingsMachineRole), IList(Of ITestSettingsMachineRole),
ICollection(Of ITestSettingsMachineRole), IEnumerable(Of ITestSettingsMachineRole),
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>.) |
![]() |
Create() | Creates a new machine role that must be added to the collection by the caller. |
![]() |
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>.) |
![]() |
Remove(T) | (Inherited from ICollection<T>.) |
![]() |
RemoveAt(Int32) | (Inherited from IList<T>.) |
Events
Name | Description | |
---|---|---|
![]() |
CollectionChanged | (Inherited from INotifyCollectionChanged.) |
![]() |
PropertyChanged | (Inherited from INotifyPropertyChanged.) |
See Also
ITestObjectCollection<TObjectInterface>
ITestSettingsMachineRole
INotifyCollectionChanged
INotifyPropertyChanged
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top