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!

IContainer.GetComponents

Gets all the components in the IContainer.

[Visual Basic]
Function GetComponents() As IComponent ()
[C#]
IComponent[] GetComponents();
[C++]
IComponent* GetComponents() [] = 0;
[JScript]
function GetComponents() : IComponent[];

Return Value

An array of IComponent objects representing all the components in the IContainer.

See Also

IContainer Interface | IContainer Members | System.ComponentModel Namespace