ArrayEditor::GetItems Method (Object^)
.NET Framework (current version)
Gets the items in the array.
Assembly: System.Design (in System.Design.dll)
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
Available since 1.1
Show: