Sets the given collection to have the given array of items. If setting requires that a new object be created, the new object should be returned. Otherwise, editValue should be returned.
[Visual Basic] Overridable Protected Function SetItems( _ ByVal editValue As Object, _ ByVal value() As Object _ ) As Object [C#] protected virtual object SetItems( object editValue, object[] value ); [C++] protected: virtual Object* SetItems( Object* editValue, Object* value[] ); [JScript] protected function SetItems( editValue : Object, value : Object[] ) : Object;
CollectionEditor Class | CollectionEditor Members | System.ComponentModel.Design Namespace