Dictionary.Items() (Method)

Returns an array containing all Items in the dictionary.

Availability:

JScript - 3.0
Internet Explorer - 4.0
Property/method value type:VBArray object
JavaScript syntax:IEmyDictionary.Items()

The entire set of items is returned in a VBArray. If you want to access this as a normal JavaScript array, you should use the toArray() method on the VBArray that is created by the Items() method.