Interfaccia ITestPointCollection
Rappresenta una raccolta di punti di test per i metodi di query del punto di test in ITestPlan interfaccia.
Spazio dei nomi: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintassi
'Dichiarazione
Public Interface ITestPointCollection _
Inherits ITestObjectCollection(Of ITestPoint), IList(Of ITestPoint), _
ICollection(Of ITestPoint), IEnumerable(Of ITestPoint), IEnumerable, _
INotifyCollectionChanged, INotifyPropertyChanged
public interface ITestPointCollection : ITestObjectCollection<ITestPoint>,
IList<ITestPoint>, ICollection<ITestPoint>, IEnumerable<ITestPoint>,
IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
public interface class ITestPointCollection : ITestObjectCollection<ITestPoint^>,
IList<ITestPoint^>, ICollection<ITestPoint^>, IEnumerable<ITestPoint^>,
IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
type ITestPointCollection =
interface
interface ITestObjectCollection<ITestPoint>
interface IList<ITestPoint>
interface ICollection<ITestPoint>
interface IEnumerable<ITestPoint>
interface IEnumerable
interface INotifyCollectionChanged
interface INotifyPropertyChanged
end
public interface ITestPointCollection extends ITestObjectCollection<ITestPoint>, IList<ITestPoint>, ICollection<ITestPoint>, IEnumerable<ITestPoint>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Il tipo ITestPointCollection espone i seguenti membri.
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
Count | Ottiene il numero di elementi contenuti in ICollection<T>. (Ereditato da ICollection<ITestPoint>) |
![]() |
IsReadOnly | ottiene un valore che indica se ICollection<T> è di sola lettura. (Ereditato da ICollection<ITestPoint>) |
![]() |
Item | Ottiene o imposta l'elemento all'indice specificato. (Ereditato da IList<ITestPoint>) |
![]() |
SyncRoot | Ottiene un oggetto che può essere utilizzato per sincronizzare l'accesso alla raccolta. (Ereditato da ITestObjectCollection<TObjectInterface>) |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Add | Aggiunge un elemento a ICollection<T>. (Ereditato da ICollection<ITestPoint>) |
![]() |
Clear | Rimuove tutti gli elementi da ICollection<T>. (Ereditato da ICollection<ITestPoint>) |
![]() |
Contains | determina se ICollection<T> contiene un valore specifico. (Ereditato da ICollection<ITestPoint>) |
![]() |
CopyTo | Copia gli elementi di ICollection<T> in Array, l'avvio a un particolare Array indice. (Ereditato da ICollection<ITestPoint>) |
![]() |
GetEnumerator | Restituisce un enumeratore che scorre la raccolta. (Ereditato da IEnumerable<ITestPoint>) |
![]() |
IndexOf | Determina indice di un elemento specifico in IList<T>. (Ereditato da IList<ITestPoint>) |
![]() |
Insert | Inserisce un elemento a IList<T> all'indice specificato. (Ereditato da IList<ITestPoint>) |
![]() |
Move | Sposta l'elemento della raccolta da una posizione a un'altra. (Ereditato da ITestObjectCollection<TObjectInterface>) |
![]() |
Refresh | |
![]() |
Remove | Rimuove la prima occorrenza di un oggetto specifico da ICollection<T>. (Ereditato da ICollection<ITestPoint>) |
![]() |
RemoveAt | rimuove IList<T> elemento all'indice specificato. (Ereditato da IList<ITestPoint>) |
In alto
Eventi
Nome | Descrizione | |
---|---|---|
![]() |
CollectionChanged | Si verifica quando la raccolta. (Ereditato da INotifyCollectionChanged) |
![]() |
PropertyChanged | Viene generato quando il valore di una proprietà cambia. (Ereditato da INotifyPropertyChanged) |
In alto
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client