ListBox.AddItemsCore(Object[]) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Precaución
This method has been deprecated. There is no replacement. http://go.microsoft.com/fwlink/?linkid=14202
Precaución
This method has been deprecated. There is no replacement. https://go.microsoft.com/fwlink/?linkid=14202
Este miembro está obsoleto y no hay ningún reemplazo.
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())
Parámetros
- value
- Object[]
Matriz de objetos.
- Atributos