Converts the given collection into an array of objects. This is used by the editing dialog to manipulate the individual collection.
[Visual Basic] Overridable Protected Function GetItems( _ ByVal editValue As Object _ ) As Object () [C#] protected virtual object[] GetItems( object editValue ); [C++] protected: virtual Object* GetItems( Object* editValue ) []; [JScript] protected function GetItems( editValue : Object ) : Object[];
CollectionEditor Class | CollectionEditor Members | System.ComponentModel.Design Namespace