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!

ArrayDialog.GetItems

Returns an array of items, typed as type[] (where type was passed in to the constructor).

[Visual Basic]
Overridable Public Function GetItems() As Array
[C#]
public virtual Array GetItems();
[C++]
public: virtual Array* GetItems();
[JScript]
public function GetItems() : Array;

Return Value

array that was constructed using the ArrayDialog.

See Also

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