NSItemProvider.LoadItem Method

Definition

[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

Parameters

typeIdentifier
String
options
NSDictionary

To be added.

This parameter can be null.

completionHandler
Action<NSObject,NSError>

To be added.

This parameter can be null.

Attributes

Applies to