ArrayEditor::GetItems Method (Object^)

 

Gets the items in the array.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

protected:
virtual array<Object^>^ GetItems(
	Object^ editValue
) override

Parameters

editValue
Type: System::Object^

The array from which to retrieve the items.

Return Value

Type: array<System::Object^>^

An array consisting of the items within the specified array. If the object specified in the editValue parameter is not an array, a new empty object is returned.

.NET Framework
Available since 1.1
Return to top
Show: