NSItemProvider.LoadItemAsync(String, NSDictionary) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public virtual System.Threading.Tasks.Task<Foundation.NSObject> LoadItemAsync (string typeIdentifier, Foundation.NSDictionary options);
abstract member LoadItemAsync : string * Foundation.NSDictionary -> System.Threading.Tasks.Task<Foundation.NSObject>
override this.LoadItemAsync : string * Foundation.NSDictionary -> System.Threading.Tasks.Task<Foundation.NSObject>
Parameters
- typeIdentifier
- String
- options
- NSDictionary
To be added.This parameter can be .
Returns
A task that represents the asynchronous LoadItem operation. The value of the TResult parameter is of type System.Action<Foundation.NSObject,Foundation.NSError>.