CollectionEditor::GetItems Method (Object^)

 

Gets an array of objects containing the specified collection.

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

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

Parameters

editValue
Type: System::Object^

The collection to edit.

Return Value

Type: array<System::Object^>^

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

.NET Framework
Available since 1.1
Return to top
Show: