We implement the getting and setting of items on this collection. It should return an instance to replace editValue with, or editValue if there is no need to replace the instance.
[Visual Basic] Overrides Protected Function SetItems( _ ByVal editValue As Object, _ ByVal value() As Object _ ) As Object [C#] protected override object SetItems( object editValue, object[] value ); [C++] protected: override Object* SetItems( Object* editValue, Object* value[] ); [JScript] protected override function SetItems( editValue : Object, value : Object[] ) : Object;
ArrayEditor Class | ArrayEditor Members | System.ComponentModel.Design Namespace