UIImage.LoadDataAsync 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
LoadDataAsync(String) |
항목 공급자에서 식별된 형식에 대한 데이터를 비동기적으로 로드하여 데이터가 포함된 작업을 반환합니다. |
LoadDataAsync(String, NSProgress) |
항목 공급자에서 식별된 형식에 대한 데이터를 비동기적으로 로드하고, 데이터가 포함된 작업을 반환하고, 데이터를 에 |
LoadDataAsync(String)
항목 공급자에서 식별된 형식에 대한 데이터를 비동기적으로 로드하여 데이터가 포함된 작업을 반환합니다.
[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>
매개 변수
- typeIdentifier
- String
로드할 데이터 형식을 나타내는 UTI(유니버설 형식 식별자)입니다.
반환
- 특성
적용 대상
LoadDataAsync(String, NSProgress)
항목 공급자에서 식별된 형식에 대한 데이터를 비동기적으로 로드하고, 데이터가 포함된 작업을 반환하고, 데이터를 에 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>
매개 변수
- typeIdentifier
- String
로드할 데이터 형식을 나타내는 UTI(유니버설 형식 식별자)입니다.
- result
- NSProgress
작업의 진행률입니다.
반환
- 특성