次の方法で共有


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

戻り値

適用対象