Freigeben über


UIImage.LoadData(String, Action<NSData,NSError>) Methode

Definition

Lädt Daten für den identifizierten Typ von einem Elementanbieter.

[Foundation.Export("loadDataWithTypeIdentifier:forItemProviderCompletionHandler:")]
[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 Foundation.NSProgress LoadData (string typeIdentifier, Action<Foundation.NSData,Foundation.NSError> completionHandler);
abstract member LoadData : string * Action<Foundation.NSData, Foundation.NSError> -> Foundation.NSProgress
override this.LoadData : string * Action<Foundation.NSData, Foundation.NSError> -> Foundation.NSProgress

Parameter

typeIdentifier
String

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

completionHandler
Action<NSData,NSError>

Die Methode, die aufgerufen wird, nachdem die Daten geladen wurden.

Gibt zurück

Implementiert

Attribute

Gilt für: