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!

ICompoundActionUnit.GetChildren

Gets an array of the child actions, if any exist.

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

Return Value

An array of type IActionUnit that represents the child items. If no child actions exist, a zero-length array is returned.

See Also

ICompoundActionUnit Interface | ICompoundActionUnit Members | System.ComponentModel.Design Namespace | GetChild