ListBox.AddItemsCore(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.
Attention
This method has been deprecated. There is no replacement. http://go.microsoft.com/fwlink/?linkid=14202
Attention
This method has been deprecated. There is no replacement. https://go.microsoft.com/fwlink/?linkid=14202
Ce membre est obsolète et il n'y a aucun membre de remplacement.
protected:
virtual void AddItemsCore(cli::array <System::Object ^> ^ value);
protected virtual void AddItemsCore (object[] value);
[System.Obsolete("This method has been deprecated. There is no replacement. http://go.microsoft.com/fwlink/?linkid=14202")]
protected virtual void AddItemsCore (object[] value);
[System.Obsolete("This method has been deprecated. There is no replacement. https://go.microsoft.com/fwlink/?linkid=14202")]
protected virtual void AddItemsCore (object[] value);
abstract member AddItemsCore : obj[] -> unit
override this.AddItemsCore : obj[] -> unit
[<System.Obsolete("This method has been deprecated. There is no replacement. http://go.microsoft.com/fwlink/?linkid=14202")>]
abstract member AddItemsCore : obj[] -> unit
override this.AddItemsCore : obj[] -> unit
[<System.Obsolete("This method has been deprecated. There is no replacement. https://go.microsoft.com/fwlink/?linkid=14202")>]
abstract member AddItemsCore : obj[] -> unit
override this.AddItemsCore : obj[] -> unit
Protected Overridable Sub AddItemsCore (value As Object())
Paramètres
- value
- Object[]
Tableau d'objets .
- Attributs