scripting:api:list-pane:items

Items

Property of IListPane

Returns Items collection

Read-Only Property of type IListItems

var pItems = ListPane.Items;
pItems = ListPane.Items
CComPtr<IListItems> pItems;
HRESULT hr = ListPane.get_Items(&pItems);