Share via


NSItemProvider.LoadFileRepresentation 메서드

정의

[Foundation.Export("loadFileRepresentationForTypeIdentifier:completionHandler:")]
[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.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSProgress LoadFileRepresentation (string typeIdentifier, Action<Foundation.NSUrl,Foundation.NSError> completionHandler);
abstract member LoadFileRepresentation : string * Action<Foundation.NSUrl, Foundation.NSError> -> Foundation.NSProgress
override this.LoadFileRepresentation : string * Action<Foundation.NSUrl, Foundation.NSError> -> Foundation.NSProgress

매개 변수

typeIdentifier
String
completionHandler
Action<NSUrl,NSError>

반환

특성

적용 대상