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
GetProgID Returns the ProgID of the object.
InitNew Allows the object to initialize values before saved values are loaded.
IsDirty Indicates whether the values to be saved have changed since the last save.
Load Loads saved data from a Dictionary object.
Save Saves data to a Dictionary object.

Remarks

Header: commerce.h

IDL File: commerce.idl


All rights reserved.