ListBox.SetItemCore(Int32, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit l'objet avec l'index spécifié dans la classe dérivée.
protected:
override void SetItemCore(int index, System::Object ^ value);
protected override void SetItemCore (int index, object value);
override this.SetItemCore : int * obj -> unit
Protected Overrides Sub SetItemCore (index As Integer, value As Object)
Paramètres
- index
- Int32
Index de tableau de l'objet.
- value
- Object
Objet.