Share via


INStartPhotoPlaybackIntentHandling_Extensions.ResolveDateCreated 方法

定义

开发人员可以实现此功能,以便自定义照片拍摄日期的解析行为。

public static void ResolveDateCreated (this Intents.IINStartPhotoPlaybackIntentHandling This, Intents.INStartPhotoPlaybackIntent intent, Action<Intents.INDateComponentsRangeResolutionResult> completion);
static member ResolveDateCreated : Intents.IINStartPhotoPlaybackIntentHandling * Intents.INStartPhotoPlaybackIntent * Action<Intents.INDateComponentsRangeResolutionResult> -> unit

参数

This
IINStartPhotoPlaybackIntentHandling

此方法在其上运行的实例。

intent
INStartPhotoPlaybackIntent

指定用户的意图。

completion
Action<INDateComponentsRangeResolutionResult>

必须由替代调用的完成方法。

适用于