다음을 통해 공유


NSMutableAttributedString.Append 메서드

정의

오버로드

Append(NSAttributedString, Object[])
Append(NSAttributedString)

특성이 지정된 문자열을 이 문자열에 추가합니다.

Append(NSAttributedString, Object[])

public void Append (Foundation.NSAttributedString first, params object[] rest);
member this.Append : Foundation.NSAttributedString * obj[] -> unit

매개 변수

rest
Object[]

적용 대상

Append(NSAttributedString)

특성이 지정된 문자열을 이 문자열에 추가합니다.

[Foundation.Export("appendAttributedString:")]
public virtual void Append (Foundation.NSAttributedString attrString);
abstract member Append : Foundation.NSAttributedString -> unit
override this.Append : Foundation.NSAttributedString -> unit

매개 변수

attrString
NSAttributedString

추가할 특성 문자열입니다.

특성

적용 대상