次の方法で共有


UISearchBarDelegate.ShouldChangeTextInRange メソッド

定義

指定した範囲内のテキストを指定したテキストに置き換える必要があるかどうか。

[Foundation.Export("searchBar:shouldChangeTextInRange:replacementText:")]
public virtual bool ShouldChangeTextInRange (UIKit.UISearchBar searchBar, Foundation.NSRange range, string text);
abstract member ShouldChangeTextInRange : UIKit.UISearchBar * Foundation.NSRange * string -> bool
override this.ShouldChangeTextInRange : UIKit.UISearchBar * Foundation.NSRange * string -> bool

パラメーター

searchBar
UISearchBar
range
NSRange
text
String

戻り値

属性

適用対象