This document is archived and information here might be outdated. Recommended version. |
The list of items.
[Visual Basic .NET] Public Property ItemSet As IArray
[C#] public IArray ItemSet {get; set;}
[C++]
HRESULT get_ItemSet(
IArray** ppItems
);
[C++]
HRESULT putref_ItemSet(
IArray* ppItems
);
[C++] Parameters ppItems [out, retval]
ppItems is a parameter of type IArray** ppItems [in]
ppItems is a parameter of type IArray*