次の方法で共有


NSItemProvider.LoadItemAsync(String, NSDictionary) メソッド

定義

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>

パラメーター

typeIdentifier
String
options
NSDictionary

追加する。このパラメーターには を指定できます。

戻り値

非同期の LoadItem 操作を表すタスク。 TResult パラメーターの値は System.Action<Foundation.NSObject,Foundation.NSError 型です>。

適用対象