Clears/removes all the items in the collection.Syntax:
object.Clear()
IDL definition:
[id(4), helpstring("Clears the collection")] HRESULT Clear();
Parameters:
object - Previously created VarDictionary object
Examples:
vardict.Clear();
vardict.Clear
Applies to: VarDictionary |