次の方法で共有


WKPreviewActionItemIdentifier クラス

定義

プレビュー アクションの種類の識別子が含まれています。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public static class WKPreviewActionItemIdentifier
type WKPreviewActionItemIdentifier = class
継承
WKPreviewActionItemIdentifier
属性

プロパティ

AddToReadingList

ユーザーの閲覧リストに項目を追加するアクションを識別する文字列を取得します。

Copy

アイテムをコピーするアクションを識別する文字列を取得します。

Open

アイテムを開くアクションを識別する文字列を取得します。

Share

アイテムを共有するアクションを識別する文字列を取得します。

適用対象