共用方式為


IUITextInput.ReplaceText(UITextRange, String) 方法

定義

取代指定範圍內的檔文字。

[Foundation.Export("replaceRange:withText:")]
[Foundation.Preserve(Conditional=true)]
public void ReplaceText (UIKit.UITextRange range, string text);
abstract member ReplaceText : UIKit.UITextRange * string -> unit

參數

range
UITextRange

要取代的文字範圍。

text
String

定義「range」 內文字取代的字串。

屬性

適用於