NSItemProvider.LoadItem 方法

定义

[Foundation.Export("loadItemForTypeIdentifier:options:completionHandler:")]
public virtual void LoadItem (string typeIdentifier, Foundation.NSDictionary options, Action<Foundation.NSObject,Foundation.NSError> completionHandler);
abstract member LoadItem : string * Foundation.NSDictionary * Action<Foundation.NSObject, Foundation.NSError> -> unit
override this.LoadItem : string * Foundation.NSDictionary * Action<Foundation.NSObject, Foundation.NSError> -> unit

参数

typeIdentifier
String
options
NSDictionary

内容待定。

此参数可以为 null

completionHandler
Action<NSObject,NSError>

内容待定。

此参数可以为 null

属性

适用于