Microsoft Scripting Runtime
Dictionary Collection Members
Overview 
Public Methods
Public Method AddAdds a key and item pair to a Dictionary object.
Public Method ExistsReturns true if a specified key exists in the Dictionary object, false if it does not.
Public Method ItemsReturns an array containing all the items in a Dictionary object.
Public Method KeysReturns an array containing all existing keys in a Dictionary object.
Public Method RemoveRemoves a key, item pair from a Dictionary object.
Public Method RemoveAllThe RemoveAll method removes all key, item pairs from a Dictionary object.
Public Properties
Public Property CompareModeSets and returns the comparison mode for comparing string keys in a Dictionary object.
Public Property CountReturns the number of items in a collection or Dictionary object.
Public Property ItemSets or returns an item for a specified key in a Dictionary object. For collections, returns an item based on the specified key.
Public Property KeySets a key in a Dictionary object.
See Also

Dictionary Collection  | FileSystemObject Module  | TextStream Module

Send feedback