Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Represents an object that can translate between IDs in the FeedSync format and IDs in the provider format.
Syntax
interface IFeedIdConverter : IUnknown
Members
IFeedIdConverter methods |
Description |
|---|---|
When implemented by a derived class, gets the format schema for the IDs that can be converted. |
|
When implemented by a derived class, converts a replica ID to the FeedSync format. |
|
When implemented by a derived class, converts an item ID to the FeedSync format. |
|
When implemented by a derived class, converts a replica ID from the FeedSync format to the provider format. |
|
When implemented by a derived class, converts an item ID from the FeedSync format to the provider format. |
|
When implemented by a derived class, generates an anonymous replica ID for an item that does not contain a by value. |
Remarks
Because providers can represent IDs in any format, Sync Framework requires that a user application or provider implement IFeedIdConverter to enable IDs to be stored as FeedSync metadata.
Requirements
Header: Feedsync.h
See Also
Reference
IFeedIdConverterCallback Interface