次の方法で共有


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

適用対象