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.GetItems

We implement the getting and setting of items on this collection.

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

Parameters

editValue
[To be supplied.]

See Also

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