ITestConfigurationCollection – rozhraní
Představuje kolekci objektů ITestConfiguration.
Obor názvů: Microsoft.TeamFoundation.TestManagement.Client
Sestavení: Microsoft.TeamFoundation.TestManagement.Client (v Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntaxe
'Deklarace
Public Interface ITestConfigurationCollection _
Inherits ITestObjectCollection(Of ITestConfiguration), IList(Of ITestConfiguration), _
ICollection(Of ITestConfiguration), IEnumerable(Of ITestConfiguration), IEnumerable, _
INotifyCollectionChanged, INotifyPropertyChanged
public interface ITestConfigurationCollection : ITestObjectCollection<ITestConfiguration>,
IList<ITestConfiguration>, ICollection<ITestConfiguration>, IEnumerable<ITestConfiguration>,
IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
public interface class ITestConfigurationCollection : ITestObjectCollection<ITestConfiguration^>,
IList<ITestConfiguration^>, ICollection<ITestConfiguration^>, IEnumerable<ITestConfiguration^>,
IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
type ITestConfigurationCollection =
interface
interface ITestObjectCollection<ITestConfiguration>
interface IList<ITestConfiguration>
interface ICollection<ITestConfiguration>
interface IEnumerable<ITestConfiguration>
interface IEnumerable
interface INotifyCollectionChanged
interface INotifyPropertyChanged
end
public interface ITestConfigurationCollection extends ITestObjectCollection<ITestConfiguration>, IList<ITestConfiguration>, ICollection<ITestConfiguration>, IEnumerable<ITestConfiguration>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Typ ITestConfigurationCollection zveřejňuje následující členy.
Vlastnosti
Název | Popis | |
---|---|---|
Count | Počet prvků obsažených v získává ICollection. (Zděděno z ICollection<ITestConfiguration>.) | |
IsReadOnly | Získá hodnotu označující zda ICollection je jen pro čtení. (Zděděno z ICollection<ITestConfiguration>.) | |
Item | Získá nebo nastaví prvek na zadaný index. (Zděděno z IList<ITestConfiguration>.) | |
SyncRoot | Získá-li objekt, který lze synchronizovat přístup do kolekce. (Zděděno z ITestObjectCollection<TObjectInterface>.) |
Nahoru
Metody
Název | Popis | |
---|---|---|
Add | Přidá položku ICollection. (Zděděno z ICollection<ITestConfiguration>.) | |
Clear | Odebere všechny položky z ICollection. (Zděděno z ICollection<ITestConfiguration>.) | |
Contains | Určuje, zda ICollection obsahuje určitou hodnotu. (Zděděno z ICollection<ITestConfiguration>.) | |
CopyTo | Zkopíruje prvky ICollection k Array, od určitého Array index. (Zděděno z ICollection<ITestConfiguration>.) | |
GetEnumerator | Vrátí čítač výčtu, iteruje kolekce. (Zděděno z IEnumerable<ITestConfiguration>.) | |
IndexOf | Určuje index určité položce IList. (Zděděno z IList<ITestConfiguration>.) | |
Insert | Vloží položku, kterou chcete IList na zadaný index. (Zděděno z IList<ITestConfiguration>.) | |
Move | Přesune položku kolekce z jednoho místa do jiného. (Zděděno z ITestObjectCollection<TObjectInterface>.) | |
Remove | Odebere určitý objekt z první výskyt ICollection. (Zděděno z ICollection<ITestConfiguration>.) | |
RemoveAt | Odebere IList položku v zadaném indexu. (Zděděno z IList<ITestConfiguration>.) |
Nahoru
Události
Název | Popis | |
---|---|---|
CollectionChanged | Vyvolá se v kolekci. (Zděděno z INotifyCollectionChanged.) | |
PropertyChanged | Vyvolá se při změně hodnoty vlastnosti. (Zděděno z INotifyPropertyChanged.) |
Nahoru
Viz také
Referenční dokumentace
Microsoft.TeamFoundation.TestManagement.Client – obor názvů