NSMutableString.Insert(NSString, nint) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將字串插入可變動字串中。
[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
插入字串的可變動字串中的位置。
- 屬性