次の方法で共有


UIPasteboard.SetItemProviders(NSItemProvider[], Boolean, NSDate) メソッド

定義

指定した詳細を使用してアイテム プロバイダーを設定します。

[Foundation.Export("setItemProviders:localOnly:expirationDate:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void SetItemProviders (Foundation.NSItemProvider[] itemProviders, bool localOnly, Foundation.NSDate expirationDate);
abstract member SetItemProviders : Foundation.NSItemProvider[] * bool * Foundation.NSDate -> unit
override this.SetItemProviders : Foundation.NSItemProvider[] * bool * Foundation.NSDate -> unit

パラメーター

itemProviders
NSItemProvider[]

設定する項目プロバイダーの配列。

localOnly
Boolean
expirationDate
NSDate

追加する。

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

属性

適用対象