次の方法で共有


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>

オーバーライドによって呼び出される必要がある Completion メソッド。

適用対象