This document is archived and information here might be outdated. Recommended version. |
The list of sub-elements.
[Visual Basic .NET] Public Property Children As IArray
[C#] public IArray Children {get; set;}
[C++]
HRESULT get_Children(
IArray** DataElements
);
[C++]
HRESULT putref_Children(
IArray* DataElements
);
[C++]
Parameters DataElements [out, retval]
DataElements is a parameter of type IArray** DataElements [in]
DataElements is a parameter of type IArray*