BindingCollection Classe

Définition

Représente une collection d’objets Binding.

[System.Runtime.InteropServices.Guid("5585CD17-B90F-4ebd-ADB5-2FCBAD33B4B8")]
public sealed class BindingCollection : System.Collections.IList
[<System.Runtime.InteropServices.Guid("5585CD17-B90F-4ebd-ADB5-2FCBAD33B4B8")>]
type BindingCollection = class
    interface IList
    interface ICollection
    interface IEnumerable
Public NotInheritable Class BindingCollection
Implements IList
Héritage
BindingCollection
Attributs
Implémente

Constructeurs

BindingCollection()

Initialise une nouvelle instance de la classe BindingCollection.

Propriétés

Count

Obtient le nombre d’éléments contenus dans la collection.

Item[Int32]

Obtient ou définit l'élément au niveau de l'index spécifié.

Méthodes

Add(Binding)

Ajoute l’objet Binding spécifié à cette collection.

Clear()

Supprime tous les éléments de la collection.

Contains(Binding)

Détermine si l’objet Binding spécifié se trouve dans la collection.

CopyTo(Array, Int32)

Copie les éléments de la collection dans un tableau, en commençant à un index particulier du tableau.

IndexOf(Binding)

Recherche l’objet Binding spécifié et retourne son index de base zéro de la collection.

Insert(Int32, Binding)

Insère un objet Binding dans cette collection à l’index spécifié.

Remove(Binding)

Supprime l’objet Binding spécifié de cette collection.

RemoveAt(Int32)

Supprime Binding à l’index spécifié.

Implémentations d’interfaces explicites

ICollection.IsSynchronized

Représente une collection d’objets Binding.

ICollection.SyncRoot

Représente une collection d’objets Binding.

IEnumerable.GetEnumerator()

Représente une collection d’objets Binding.

IList.Add(Object)

Représente une collection d’objets Binding.

IList.Contains(Object)

Représente une collection d’objets Binding.

IList.IndexOf(Object)

Représente une collection d’objets Binding.

IList.Insert(Int32, Object)

Représente une collection d’objets Binding.

IList.IsFixedSize

Représente une collection d’objets Binding.

IList.IsReadOnly

Représente une collection d’objets Binding.

IList.Item[Int32]

Représente une collection d’objets Binding.

IList.Remove(Object)

Représente une collection d’objets Binding.

S’applique à