다음을 통해 공유


NSTextView.SetMarkedText 메서드

정의

오버로드

SetMarkedText(NSObject, NSRange)
SetMarkedText(NSObject, NSRange, NSRange)

SetMarkedText(NSObject, NSRange)

[Foundation.Export("setMarkedText:selectedRange:")]
public virtual void SetMarkedText (Foundation.NSObject string, Foundation.NSRange selRange);
abstract member SetMarkedText : Foundation.NSObject * Foundation.NSRange -> unit
override this.SetMarkedText : Foundation.NSObject * Foundation.NSRange -> unit

매개 변수

string
NSObject
selRange
NSRange

구현

특성

적용 대상

SetMarkedText(NSObject, NSRange, NSRange)

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

매개 변수

text
NSObject
selectedRange
NSRange
replacementRange
NSRange
특성

적용 대상