IImpactedTestPointCollection, interface
Représente une collection de points de test impactée par une build.
Espace de noms : Microsoft.TeamFoundation.TestManagement.Client
Assembly : Microsoft.TeamFoundation.TestManagement.Client (dans Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntaxe
'Déclaration
Public Interface IImpactedTestPointCollection _
Inherits ITestObjectCollection(Of IImpactedTestPoint), IList(Of IImpactedTestPoint), _
ICollection(Of IImpactedTestPoint), IEnumerable(Of IImpactedTestPoint), IEnumerable, _
INotifyCollectionChanged, INotifyPropertyChanged
public interface IImpactedTestPointCollection : ITestObjectCollection<IImpactedTestPoint>,
IList<IImpactedTestPoint>, ICollection<IImpactedTestPoint>, IEnumerable<IImpactedTestPoint>,
IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
public interface class IImpactedTestPointCollection : ITestObjectCollection<IImpactedTestPoint^>,
IList<IImpactedTestPoint^>, ICollection<IImpactedTestPoint^>, IEnumerable<IImpactedTestPoint^>,
IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
type IImpactedTestPointCollection =
interface
interface ITestObjectCollection<IImpactedTestPoint>
interface IList<IImpactedTestPoint>
interface ICollection<IImpactedTestPoint>
interface IEnumerable<IImpactedTestPoint>
interface IEnumerable
interface INotifyCollectionChanged
interface INotifyPropertyChanged
end
public interface IImpactedTestPointCollection extends ITestObjectCollection<IImpactedTestPoint>, IList<IImpactedTestPoint>, ICollection<IImpactedTestPoint>, IEnumerable<IImpactedTestPoint>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Le type IImpactedTestPointCollection expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
Count | Obtient le nombre d'éléments contenus dans le ICollection. (Hérité de ICollection<IImpactedTestPoint>.) | |
IsReadOnly | Obtient une valeur indiquant si ICollection est en lecture seule. (Hérité de ICollection<IImpactedTestPoint>.) | |
Item | Obtient ou définit l'élément situé à l'index spécifié. (Hérité de IList<IImpactedTestPoint>.) | |
SyncRoot | Obtient un objet qui peut être utilisé pour synchroniser l'accès à la collection. (Hérité de ITestObjectCollection<TObjectInterface>.) |
Début
Méthodes
Nom | Description | |
---|---|---|
Add | Ajoute un élément à ICollection. (Hérité de ICollection<IImpactedTestPoint>.) | |
Clear | Supprime tous les éléments du ICollection. (Hérité de ICollection<IImpactedTestPoint>.) | |
Contains | Détermine si ICollection contient une valeur spécifique. (Hérité de ICollection<IImpactedTestPoint>.) | |
CopyTo | Copie les éléments de ICollection dans Array, en commençant à un index particulier de Array. (Hérité de ICollection<IImpactedTestPoint>.) | |
GetEnumerator | Retourne un énumérateur qui itère au sein de la collection. (Hérité de IEnumerable<IImpactedTestPoint>.) | |
IndexOf | Détermine l'index d'un élément spécifique de IList. (Hérité de IList<IImpactedTestPoint>.) | |
Insert | Insère un élément dans IList à l'index spécifié. (Hérité de IList<IImpactedTestPoint>.) | |
Move | Déplace l'élément de la collection d'une position à une autre. (Hérité de ITestObjectCollection<TObjectInterface>.) | |
Remove | Supprime la première occurrence d'un objet spécifique de ICollection. (Hérité de ICollection<IImpactedTestPoint>.) | |
RemoveAt | Supprime l'élément IList au niveau de l'index spécifié. (Hérité de IList<IImpactedTestPoint>.) |
Début
Événements
Nom | Description | |
---|---|---|
CollectionChanged | Se produit lorsque la collection est modifiée. (Hérité de INotifyCollectionChanged.) | |
PropertyChanged | Se produit en cas de modification d'une valeur de propriété. (Hérité de INotifyPropertyChanged.) |
Début
Voir aussi
Référence
Microsoft.TeamFoundation.TestManagement.Client, espace de noms