This documentation is archived and is not being maintained.

CollectionEditor.GetItems Method

Gets an array of objects containing the specified collection.

[Visual Basic]
Protected Overridable Function GetItems( _
   ByVal editValue As Object _
) As Object()
[C#]
protected virtual object[] GetItems(
 object editValue
);
[C++]
protected: virtual Object* GetItems(
 Object* editValue
)  __gc[];
[JScript]
protected function GetItems(
   editValue : Object
) : Object[];

Parameters

editValue
The collection to edit.

Return Value

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

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

.NET Framework Security: 

See Also

CollectionEditor Class | CollectionEditor Members | System.ComponentModel.Design Namespace

Show: