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.GetChildCount

Gets the current number of child actions this compound action contains.

[Visual Basic]
Function GetChildCount() As Integer
[C#]
int GetChildCount();
[C++]
int GetChildCount() = 0;
[JScript]
function GetChildCount() : int;

Return Value

The current number of child actions contained in this compound action.

See Also

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