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;
CollectionInfo Class | CollectionInfo Members | System.WinForms.ComponentModel Namespace