Freigeben über


UIImage.LoadDataAsync Methode

Definition

Überlädt

LoadDataAsync(String)

Lädt Daten für den identifizierten Typ asynchron von einem Elementanbieter, wodurch eine Aufgabe zurückgegeben wird, die die Daten enthält.

LoadDataAsync(String, NSProgress)

Lädt Daten für den identifizierten Typ asynchron von einem Elementanbieter, gibt einen Task zurück, der die Daten enthält, und speichert die Daten in result.

LoadDataAsync(String)

Lädt Daten für den identifizierten Typ asynchron von einem Elementanbieter, wodurch eine Aufgabe zurückgegeben wird, die die Daten enthält.

[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>

Parameter

typeIdentifier
String

Ein universeller Typbezeichner (Universal Type Identifier, UTI), der den Typ der zu ladenden Daten angibt.

Gibt zurück

Attribute

Gilt für:

LoadDataAsync(String, NSProgress)

Lädt Daten für den identifizierten Typ asynchron von einem Elementanbieter, gibt einen Task zurück, der die Daten enthält, und speichert die Daten 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>

Parameter

typeIdentifier
String

Ein universeller Typbezeichner (Universal Type Identifier, UTI), der den Typ der zu ladenden Daten angibt.

result
NSProgress

Der Fortschritt des Vorgangs.

Gibt zurück

Attribute

Gilt für: