次の方法で共有


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

"範囲" 内のテキスト置換を定義する文字列。

属性

適用対象