次の方法で共有


NSMutableString.Insert(NSString, nint) メソッド

定義

変更可能な文字列に文字列を挿入します。

[Foundation.Export("insertString:atIndex:")]
public virtual void Insert (Foundation.NSString str, nint index);
abstract member Insert : Foundation.NSString * nint -> unit
override this.Insert : Foundation.NSString * nint -> unit

パラメーター

str
NSString

挿入する文字列。

index
System.System.IntPtr System.nativeint

文字列が挿入される変更可能な文字列内の位置。

属性

適用対象