Condividi tramite


UIColor.LoadDataAsync Metodo

Definizione

Overload

LoadDataAsync(String, NSProgress)

Carica in modo asincrono i dati per il tipo identificato da un provider di elementi, restituendo un'attività contenente i dati e aggiornando lo stato di avanzamento in result.

LoadDataAsync(String)

Carica in modo asincrono i dati per il tipo identificato da un provider di elementi, restituendo un'attività contenente i dati.

LoadDataAsync(String, NSProgress)

Carica in modo asincrono i dati per il tipo identificato da un provider di elementi, restituendo un'attività contenente i dati e aggiornando lo stato di avanzamento in result.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<Foundation.NSData> LoadDataAsync (string typeIdentifier, out Foundation.NSProgress result);
abstract member LoadDataAsync : string *  -> System.Threading.Tasks.Task<Foundation.NSData>
override this.LoadDataAsync : string *  -> System.Threading.Tasks.Task<Foundation.NSData>

Parametri

typeIdentifier
String

Identificatore del tipo UTI per un UIColor.

result
NSProgress

Stato dell'operazione.

Restituisce

Attributi

Commenti

(È disponibile una documentazione più dettagliata per questo nodo)

Può essere usato da un thread in background.

Si applica a

LoadDataAsync(String)

Carica in modo asincrono i dati per il tipo identificato da un provider di elementi, restituendo un'attività contenente i dati.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<Foundation.NSData> LoadDataAsync (string typeIdentifier);
abstract member LoadDataAsync : string -> System.Threading.Tasks.Task<Foundation.NSData>
override this.LoadDataAsync : string -> System.Threading.Tasks.Task<Foundation.NSData>

Parametri

typeIdentifier
String

Identificatore del tipo UTI per un UIColor.

Restituisce

Attributi

Commenti

(È disponibile una documentazione più dettagliata per questo nodo)

Può essere usato da un thread in background.

Si applica a