UIAlertController.AddAction(UIAlertAction) 메서드

정의

사용자에 UIAlertAction 대한 단추로 표시되는 작업을 thisUIAlertController 추가합니다.

[Foundation.Export("addAction:")]
public virtual void AddAction (UIKit.UIAlertAction action);
abstract member AddAction : UIKit.UIAlertAction -> unit
override this.AddAction : UIKit.UIAlertAction -> unit

매개 변수

action
UIAlertAction

추가할 작업으로, 를 호출 Create(String, UIAlertActionStyle, Action<UIAlertAction>)하여 만듭니다.

특성

적용 대상