次の方法で共有


MPMediaLibrary.AddItem(String, Action<MPMediaEntity[],NSError>) メソッド

定義

[Foundation.Export("addItemWithProductID:completionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 3, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void AddItem (string productID, Action<MediaPlayer.MPMediaEntity[],Foundation.NSError> completionHandler);
abstract member AddItem : string * Action<MediaPlayer.MPMediaEntity[], Foundation.NSError> -> unit
override this.AddItem : string * Action<MediaPlayer.MPMediaEntity[], Foundation.NSError> -> unit

パラメーター

productID
String
completionHandler
Action<MPMediaEntity[],NSError>

追加する。

このパラメーターは、null に設定できます。

属性

適用対象