共用方式為


GKLeaderboardSet.LoadImageAsync 方法

定義

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<UIKit.UIImage> LoadImageAsync ();
abstract member LoadImageAsync : unit -> System.Threading.Tasks.Task<UIKit.UIImage>
override this.LoadImageAsync : unit -> System.Threading.Tasks.Task<UIKit.UIImage>

傳回

表示非同步 LoadImage 作業的工作。 TResult 參數的值是 GKImageLoadedHandler

屬性

備註

LoadImageAsync 方法適合搭配 C# 非同步使用,方法是將控制項傳回給代表作業之 Task 的呼叫端。

即將加入。

適用於