共用方式為


UIAlertViewPredicate 代理人

定義

要搭配 ShouldEnableFirstOtherButton 使用的委派。

public delegate bool UIAlertViewPredicate(UIAlertView alertView);
type UIAlertViewPredicate = delegate of UIAlertView -> bool

參數

alertView
UIAlertView

與此 UIAlertView 委派相關聯的 。

傳回值

true 如果警示中的第一個非取消按鈕應該啟用,則為 。

備註

應用程式開發人員可以使用此委派,以程式設計方式決定不在 「取消按鈕」索引的第一個按鈕, (請參閱 CancelButtonIndex 應該啟用) 。

適用於

另請參閱