다음을 통해 공유


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

문자열을 삽입할 변경 가능한 문자열의 위치입니다.

특성

적용 대상