|
Public Member Functions |
| HRESULT | CollectByFolderAndName ([in] BSTR in_folder,[in] BSTR in_name,[out, retval, satype(VARIANT)] SAFEARRAY **out_retval) |
| | Collects Product Items from given folder that match given name.
|
| HRESULT | CollectByName ([in] BSTR in_name,[out, retval, satype(VARIANT)] SAFEARRAY **out_retval) |
| | Collects Product Items that match given name.
|
| HRESULT | CollectOneByName ([in] BSTR in_name,[out, retval] ICommonspaceProductItem **out_retval) |
| | Similar to CollectByName(), except it raises COM error in case more then one product item is collected. If no PIs are found, NULL is returned.
|
Properties |
| ICommonspace | Commonspace [get] |
| | Containing Commonspace.
|