ArrayEditor::SetItems Method (Object^, array<Object^>^)
.NET Framework (current version)
Sets the items in the array.
Assembly: System.Design (in System.Design.dll)
Parameters
- editValue
-
Type:
System::Object^
The array to set the items to.
- value
-
Type:
array<System::Object^>^
The array of objects to set as the items of the array.
Return Value
Type: System::Object^An instance of the new array. If the object specified by the editValue parameter is not an array, the object specified by the editValue parameter is returned.
.NET Framework
Available since 1.1
Available since 1.1
Show: