共用方式為


INSearchForPhotosIntentHandling_Extensions.ResolveAlbumName 方法

定義

開發人員可以覆寫這個方法來自訂相簿名稱的重新解析。

public static void ResolveAlbumName (this Intents.IINSearchForPhotosIntentHandling This, Intents.INSearchForPhotosIntent intent, Action<Intents.INStringResolutionResult> completion);
static member ResolveAlbumName : Intents.IINSearchForPhotosIntentHandling * Intents.INSearchForPhotosIntent * Action<Intents.INStringResolutionResult> -> unit

參數

This
IINSearchForPhotosIntentHandling

這個方法運作所在的 實例。

intent
INSearchForPhotosIntent

指定使用者的意圖。

completion
Action<INStringResolutionResult>

覆寫必須呼叫的完成方法。

適用於