다음을 통해 공유


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

동작이 파괴적일 때 사용되는 스타일(예: 데이터 삭제)입니다.

적용 대상