다음을 통해 공유


NSMutableAttributedString.AddAttributes 메서드

정의

오버로드

AddAttributes(NSStringAttributes, NSRange)
AddAttributes(CTStringAttributes, NSRange)

문자열의 지정된 문자 범위에 특성과 해당 값을 추가합니다.

AddAttributes(NSDictionary, NSRange)

사전의 지정된 특성을 문자열의 지정된 문자 범위에 추가합니다.

AddAttributes(UIStringAttributes, NSRange)

AddAttributes(NSStringAttributes, NSRange)

public void AddAttributes (AppKit.NSStringAttributes attributes, Foundation.NSRange range);
member this.AddAttributes : AppKit.NSStringAttributes * Foundation.NSRange -> unit

매개 변수

attributes
NSStringAttributes
range
NSRange

적용 대상

AddAttributes(CTStringAttributes, NSRange)

문자열의 지정된 문자 범위에 특성과 해당 값을 추가합니다.

public void AddAttributes (CoreText.CTStringAttributes attrs, Foundation.NSRange range);
member this.AddAttributes : CoreText.CTStringAttributes * Foundation.NSRange -> unit

매개 변수

attrs
CTStringAttributes

추가할 CoreText 특성입니다.

range
NSRange

특성이 적용될 범위입니다.

적용 대상

AddAttributes(NSDictionary, NSRange)

사전의 지정된 특성을 문자열의 지정된 문자 범위에 추가합니다.

[Foundation.Export("addAttributes:range:")]
public virtual void AddAttributes (Foundation.NSDictionary attrs, Foundation.NSRange range);
abstract member AddAttributes : Foundation.NSDictionary * Foundation.NSRange -> unit
override this.AddAttributes : Foundation.NSDictionary * Foundation.NSRange -> unit

매개 변수

attrs
NSDictionary

키/값 쌍 사전으로 사용자 정의 특성.

range
NSRange

특성이 적용될 범위입니다.

특성

적용 대상

AddAttributes(UIStringAttributes, NSRange)

public void AddAttributes (UIKit.UIStringAttributes attrs, Foundation.NSRange range);
member this.AddAttributes : UIKit.UIStringAttributes * Foundation.NSRange -> unit

매개 변수

range
NSRange

적용 대상