NSMutableAttributedString.AddAttributes 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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
매개 변수
- attrs
- UIStringAttributes
- range
- NSRange