共用方式為


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

動作破壞性時所使用的樣式,例如刪除資料。

適用於