UITextFieldDelegate_Extensions.ShouldClear 方法

定义

是否应删除指定文本字段的当前内容。

public static bool ShouldClear (this UIKit.IUITextFieldDelegate This, UIKit.UITextField textField);
static member ShouldClear : UIKit.IUITextFieldDelegate * UIKit.UITextField -> bool

参数

This
IUITextFieldDelegate

此扩展方法操作的实例。

textField
UITextField

返回

适用于