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!

Container.GetComponents

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[];

Return Value

An array containing the components in the Container.

Remarks

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.

See Also

Container Class | Container Members | System.ComponentModel Namespace