This document is archived and information here might be outdated. Recommended version. |
Additional properties of this item.
[Visual Basic .NET] Public Property ItemProperties As IPropertySet
[C#] public IPropertySet ItemProperties {get; set;}
[C++]
HRESULT get_ItemProperties(
IPropertySet** ppProps
);
[C++]
HRESULT put_ItemProperties(
IPropertySet* ppProps
);
[C++] Parameters ppProps [out, retval]
ppProps is a parameter of type IPropertySet** ppProps [in]
ppProps is a parameter of type IPropertySet*