NSItemProvider.LoadInPlaceFileRepresentationAsync 方法

定义

重载

LoadInPlaceFileRepresentationAsync(String)
LoadInPlaceFileRepresentationAsync(String, NSProgress)

LoadInPlaceFileRepresentationAsync(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.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<Foundation.LoadInPlaceResult> LoadInPlaceFileRepresentationAsync (string typeIdentifier);
abstract member LoadInPlaceFileRepresentationAsync : string -> System.Threading.Tasks.Task<Foundation.LoadInPlaceResult>
override this.LoadInPlaceFileRepresentationAsync : string -> System.Threading.Tasks.Task<Foundation.LoadInPlaceResult>

参数

typeIdentifier
String

返回

表示异步 LoadInPlaceFileRepresentation 操作的任务。 TResult 参数的值的类型为 Foundation.LoadInPlaceResult。 内容待定。

属性

适用于

LoadInPlaceFileRepresentationAsync(String, NSProgress)

[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 System.Threading.Tasks.Task<Foundation.LoadInPlaceResult> LoadInPlaceFileRepresentationAsync (string typeIdentifier, out Foundation.NSProgress result);
abstract member LoadInPlaceFileRepresentationAsync : string *  -> System.Threading.Tasks.Task<Foundation.LoadInPlaceResult>
override this.LoadInPlaceFileRepresentationAsync : string *  -> System.Threading.Tasks.Task<Foundation.LoadInPlaceResult>

参数

typeIdentifier
String
result
NSProgress

返回

属性

适用于