Edit

Share via


ComboBox.AddItemsCore(Object[]) Method

Definition

Caution

This method has been deprecated. There is no replacement. http://go.microsoft.com/fwlink/?linkid=14202

Caution

This method has been deprecated. There is no replacement. https://go.microsoft.com/fwlink/?linkid=14202

Adds the specified items to the combo box.

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);
[System.Obsolete("This method has been deprecated.  There is no replacement.  https://go.microsoft.com/fwlink/?linkid=14202")]
protected virtual void AddItemsCore(object[] value);

Parameters

value
Object[]

The items to add.

Attributes

Applies to