The value to set on the returned attribute container. 返される属性コンテナ上で設定されることになる値。
Instance Method
インスタンスメソッド
call
callAsFunction(_:)
Builds an attribute container by setting an attribute and returning a modified attribute container.
ある属性を設定することそして修正された属性コンテナを返すことによってある属性コンテナを構築します。
Availability 有効性
- iOS 15.0+
- iPadOS 15.0+
- macOS 12.0+
- Mac Catalyst 15.0+
- tvOS 15.0+
- watchOS 8.0+
- Xcode 13.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
func callAsFunction(_ value: T.Value
) -> AttributeContainer
Parameters パラメータ
value
Return Value 戻り値
An attribute container with the provided value set on the builder’s Attributed
.
ビルダーのもつAttributed
上で設定されるこの提供された値をもつある属性コンテナ。