ArrayEditor::SetItems Method (Object^, array<Object^>^)

 

Sets the items in the array.

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

protected:
virtual Object^ SetItems(
	Object^ editValue,
	array<Object^>^ value
) override

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
Return to top
Show: