GetItems method

Returns a collection of items in an eRoom.

Syntax


C++

HRESULT GetItems(
   VARIANT ItemTypes,
   VARIANT ReservedOptions,
   IERUCollection** ppItems)

Scripting languages
Set Items = Object.GetItems(
   ItemTypes as Variant,
ReservedOptions
as Variant)

Parameters


ItemTypes

A safearray or IERUCollection of item types you want to retrieve.

ReservedOptions

This parameter is reserved for future use and should be omitted when calling this method.

ppItems

Upon return, an IERUCollection containing the specified item types in the room.

Return value


C++

The return code.

Scripting languages

Upon return, an IERUCollection containing the specified item types in the room.

Home
 
Applies to

IERURoom