ListBox.IntegerCollection.AddRange Método
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í.
Agrega un grupo de enteros a la colección.
AddRange(Int32[]) |
Agrega una matriz de enteros a la colección. |
AddRange(ListBox+IntegerCollection) |
Agrega el contenido de una colección ListBox.IntegerCollection existente a otra colección. |
- Source:
- ListBox.IntegerCollection.cs
- Source:
- ListBox.IntegerCollection.cs
- Source:
- ListBox.IntegerCollection.cs
Agrega una matriz de enteros a la colección.
public:
void AddRange(cli::array <int> ^ items);
public:
void AddRange(... cli::array <int> ^ items);
public void AddRange(int[] items);
public void AddRange(params int[] items);
member this.AddRange : int[] -> unit
Public Sub AddRange (items As Integer())
Public Sub AddRange (ParamArray items As Integer())
Parámetros
- items
- Int32[]
Matriz de enteros que se va a agregar a la colección.
Comentarios
La matriz de enteros se anexa a la colección y los duplicados se quitan de la colección.
Se aplica a
.NET Framework 4.8.1 y otras versiones
Producto | Versiones |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
- Source:
- ListBox.IntegerCollection.cs
- Source:
- ListBox.IntegerCollection.cs
- Source:
- ListBox.IntegerCollection.cs
Agrega el contenido de una colección ListBox.IntegerCollection existente a otra colección.
public:
void AddRange(System::Windows::Forms::ListBox::IntegerCollection ^ value);
public void AddRange(System.Windows.Forms.ListBox.IntegerCollection value);
member this.AddRange : System.Windows.Forms.ListBox.IntegerCollection -> unit
Public Sub AddRange (value As ListBox.IntegerCollection)
Parámetros
ListBox.IntegerCollection que se agrega a otra colección.
Comentarios
El contenido del existente ListBox.IntegerCollection se anexa a la colección actual y los duplicados se quitan de la colección combinada.
Se aplica a
.NET Framework 4.8.1 y otras versiones
Producto | Versiones |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
Comentarios de .NET
.NET es un proyecto de código abierto. Seleccione un vínculo para proporcionar comentarios: