UITextField.ShouldChangeTextInRange(UITextRange, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
可讓應用程式開發人員以程式設計方式拒絕取代文字。
[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
如果要中止取代作業,則為 。
- 屬性