SelectedItems property

Returns the collection of selected items within the command target page. Each entry in the returned collection is an IERUItem.

Syntax


C++

HRESULT get_SelectedItems(IERUCollection** pRetVal)

Scripting languages

Set Collection = Object.SelectedItems

Remarks


Returns an empty collection if no items are selected.

Returns INVALID_OPERATION if target is not an item.

Home

Applies to

IERUCustomContext