Previous PageNext Page

13.12 IVariantDictionary Interface

The IVariantDictionary interface exposes methods that you use to access the members of the Application Contents, Application StaticObjects, Session Contents and Session StaticObjects collections.
 

IVariantDictionary::get_Count
 
Retrieves the number of items in the collection.
 
IVariantDictionary::get_Item
 
Retrieves an item from the specified collection.
 
IVariantDictionary::get_Key
 
Retrieves an identifier for an item.
 
IVariantDictionary::get_NewEnum
 
Retrieves an enumerator for the collection.
 
IVariantDictionary::put_Item
 
Adds an item to the specified collection.
 


Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page