UIAlertViewPredicate 代理人
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
要搭配 ShouldEnableFirstOtherButton 使用的委派。
public delegate bool UIAlertViewPredicate(UIAlertView alertView);
type UIAlertViewPredicate = delegate of UIAlertView -> bool
參數
- alertView
- UIAlertView
與此 UIAlertView 委派相關聯的 。
傳回值
true
如果警示中的第一個非取消按鈕應該啟用,則為 。
備註
應用程式開發人員可以使用此委派,以程式設計方式決定不在 「取消按鈕」索引的第一個按鈕, (請參閱 CancelButtonIndex 應該啟用) 。