The IVariantDictionary interface exposes methods that you can use to access the members of the Application Contents, Application StaticObjects, Session Contents, and Session StaticObjects collections.
Method | Description |
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. |
IvariantDictionary::Remove | Deletes a specific item from the collection. |
IvariantDictionary::RemoveAll | Deletes all items from the collection. |