다음을 통해 공유


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

반환

특성

적용 대상