次の方法で共有


UIAlertViewDelegate.WillDismiss(UIAlertView, nint) メソッド

定義

この UIAlertView がまもなく無視されることを示します。

[Foundation.Export("alertView:willDismissWithButtonIndex:")]
public virtual void WillDismiss (UIKit.UIAlertView alertView, nint buttonIndex);
abstract member WillDismiss : UIKit.UIAlertView * nint -> unit
override this.WillDismiss : UIKit.UIAlertView * nint -> unit

パラメーター

alertView
UIAlertView
buttonIndex
System.System.IntPtr System.nativeint
属性

適用対象