This document is archived and information here might be outdated. Recommended version. |
If the item is a multi-item, this property is a MultiItem object.
[Visual Basic .NET] Public ReadOnly Property MultiItem As IMultiItem
[C#] public IMultiItem MultiItem {get;}
[C++]
HRESULT get_MultiItem(
IMultiItem** ppMultiItem
);
[C++] Parameters ppMultiItem [out, retval]
ppMultiItem is a parameter of type IMultiItem**
Returns the IMultiItem object used by the item if the item represents a multi-item. If the item does not use a multi-item Nothing is returned.