ComboBox.AddItemsCore(Object[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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(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);
[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())
Parameters
- value
- Object[]
The items to add.
- Attributes
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.