CollectionEditor.GetItems(Object) Method

Definition

Gets an array of objects containing the specified collection.

protected:
 virtual cli::array <System::Object ^> ^ GetItems(System::Object ^ editValue);
protected virtual object[] GetItems (object editValue);
protected virtual object[] GetItems (object? editValue);
abstract member GetItems : obj -> obj[]
override this.GetItems : obj -> obj[]
Protected Overridable Function GetItems (editValue As Object) As Object()

Parameters

editValue
Object

The collection to edit.

Returns

Object[]

An array containing the collection objects, or an empty object array if the specified collection does not inherit from ICollection.

Applies to