This document is archived and information here might be outdated. Recommended version. |
Inidicates additional children for the children property.
[Visual Basic .NET] Public Property AdditionalChildren As IArray
[C#] public IArray AdditionalChildren {get; set;}
[C++]
HRESULT get_AdditionalChildren(
IArray** Children
);
[C++]
HRESULT putref_AdditionalChildren(
IArray* Children
);
[C++] Parameters Children [out, retval]
Children is a parameter of type IArray** Children [in]
Children is a parameter of type IArray*