Instance Method インスタンスメソッド

callAsFunction(_:)

Builds an attribute container by setting an attribute and returning a modified attribute container. ある属性を設定することそして修正された属性コンテナを返すことによってある属性コンテナを構築します。

Declaration 宣言

func callAsFunction(_ value: T.Value) -> AttributeContainer

Parameters パラメータ

value

The value to set on the returned attribute container. 返される属性コンテナ上で設定されることになる値。

Return Value 戻り値

An attribute container with the provided value set on the builder’s AttributedStringKey. ビルダーのもつAttributedStringKey上で設定されるこの提供された値をもつある属性コンテナ。