共用方式為


UITextField.ShouldChangeTextInRange(UITextRange, String) 方法

定義

可讓應用程式開發人員以程式設計方式拒絕取代文字。

[Foundation.Export("shouldChangeTextInRange:replacementText:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ShouldChangeTextInRange (UIKit.UITextRange inRange, string replacementText);
abstract member ShouldChangeTextInRange : UIKit.UITextRange * string -> bool
override this.ShouldChangeTextInRange : UIKit.UITextRange * string -> bool

參數

inRange
UITextRange

變更文字的目前選取範圍。

replacementText
String

要插入的取代文字。

傳回

true 如果要以新文字取代舊文字,則為 ; false 如果要中止取代作業,則為 。

屬性

適用於