NSItemProvider.LoadItemAsync(String, NSDictionary) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 型です>。