The element to look for in the option set. オプションセットにおいて捜される要素。
Instance Method
インスタンスメソッド
contains(_:)
Returns a Boolean value that indicates whether a given element is a member of the option set.
与えられた要素がオプションセットのメンバであるかどうかを指し示すブール値を返します。
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 contains(_ member: AttributedString
.InterpolationOptions
) -> Bool
Parameters パラメータ
member
Return Value 戻り値
true
if the option set contains member
; otherwise, false
.
true
、もしオプションセットがmember
を含むならば;そうでなければfalse
。
Discussion 議論
This example uses the contains(_:)
method to check whether next-day shipping is in the available
instance.
この例は、contains(_:)
メソッドを使って翌日出荷がavailable
インスタンスの中のあるかどうか確認します。