IPersistDictionary Interface
The IPersistDictionary interface is implemented by an object that needs to read or write its data as a Dictionary object.
The IPersistDictionary interface supports the following methods.
Method |
Description |
---|---|
Returns the ProgID of the object. |
|
Allows the object to initialize values before saved values are loaded. |
|
Indicates whether the values to be saved have changed since the last save. |
|
Loads saved data from a Dictionary object. |
|
Saves data to a Dictionary object. |
Remarks
Header: Commerce.h
IDL File: Commerce.idl