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!

CollectionEditor.GetItems

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[];

Parameters

editValue
[To be supplied.]

See Also

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