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!

CollectionInfo.GetAll

Access the entire list of items in the collection. Retrieving this array returns a shallow copy snapshot of all items in the collection.

[Visual Basic]
Overridable Public Function GetAll( _
   ByVal collection As Object _
) As Array
[C#]
public virtual Array GetAll(
   object collection
);
[C++]
public: virtual Array* GetAll(
   Object* collection
);
[JScript]
public function GetAll(
   collection : Object
) : Array;

Parameters

collection
Instance of the collection Object to query.

See Also

CollectionInfo Class | CollectionInfo Members | System.WinForms.ComponentModel Namespace