다음을 통해 공유


NSTextView.InsertText 메서드

정의

오버로드

InsertText(NSObject, NSRange)
InsertText(NSObject)

InsertText(NSObject, NSRange)

[Foundation.Export("insertText:replacementRange:")]
public virtual void InsertText (Foundation.NSObject text, Foundation.NSRange replacementRange);
abstract member InsertText : Foundation.NSObject * Foundation.NSRange -> unit
override this.InsertText : Foundation.NSObject * Foundation.NSRange -> unit

매개 변수

text
NSObject
replacementRange
NSRange
특성

적용 대상

InsertText(NSObject)

[Foundation.Export("insertText:")]
public virtual void InsertText (Foundation.NSObject insertString);
abstract member InsertText : Foundation.NSObject -> unit
override this.InsertText : Foundation.NSObject -> unit

매개 변수

insertString
NSObject

구현

특성

적용 대상