次の方法で共有


CPAlertActionStyle 列挙型

定義

オブジェクトのアクション ボタンのスタイルを列挙します。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public enum CPAlertActionStyle
type CPAlertActionStyle = 
継承
CPAlertActionStyle
属性

フィールド

Cancel 1

アラートの取り消しアクションを指定するときに使用されるスタイル。

Default 0

既定のスタイル。

Destructive 2

データの削除など、アクションが破壊的な場合に使用されるスタイル。

適用対象