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. |