Generic Instance Method 総称体インスタンスメソッド

replace(with:value:)

Replaces an attribute with a different attribute that a key path identifies. ある属性を、あるキーパスが識別する異なる属性で置き換えます。

Declaration 宣言

mutating func replace<U>(with keyPath: KeyPath<AttributeDynamicLookup, U>, value: U.Value) where U : AttributedStringKey

Parameters パラメータ

keyPath

The key path that identifies the new attribute. 新しい属性を識別するキーパス。

value

The value of the new attribute. 新しい属性の値。

See Also 参照

Replacing Attributes 属性を置き換える