Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This interface provides methods that offer more control over the binding of persistent data.

The following methods are used with the IPersistMonikerinterface.

In This Section

GetClassID

Retrieves the class identifier of an object

GetCurMoniker

Retrieves the moniker that refers to the object's persistent state

IsDirty

Checks an object for changes since it was last saved

Load

Loads the object from its persistent state indicated by a supplied moniker

Save

Requests that the object save itself to a specified location

SaveCompleted

Notifies the client application that its persisted state was saved and points the client to its new persisted state

See Also