NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ArrayEditor.SetItems

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;

Parameters

editValue
[To be supplied.]
value
[To be supplied.]

See Also

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