共用方式為


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

適用於