Gets all the components in the Container.
[Visual Basic] Overridable Public Function GetComponents() As IComponent () [C#] public virtual IComponent[] GetComponents(); [C++] public: virtual IComponent* GetComponents() []; [JScript] public function GetComponents() : IComponent[];
An array containing the components in the Container.
This method can be overridden by a derived class.
The components in the array are sorted in the same order as they were added to the Container.
Container Class | Container Members | System.ComponentModel Namespace