Partager via


CPAlertActionStyle Énumération

Définition

Énumère les styles d’un bouton d’action de l’objet .

[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 = 
Héritage
CPAlertActionStyle
Attributs

Champs

Cancel 1

Style utilisé lors de la fourniture d’une action d’annulation pour l’alerte.

Default 0

Style par défaut.

Destructive 2

Style utilisé lorsque l’action est destructrice, comme la suppression de données.

S’applique à