Gets all the components in the IContainer.
[Visual Basic] Function GetComponents() As IComponent () [C#] IComponent[] GetComponents(); [C++] IComponent* GetComponents() [] = 0; [JScript] function GetComponents() : IComponent[];
An array of IComponent objects representing all the components in the IContainer.
IContainer Interface | IContainer Members | System.ComponentModel Namespace