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

setProperty(_:forKey:)

Attempts to set the value of a given property of the receiver and returns a Boolean value that indicates whether the value is accepted by the receiver. レシーバのある与えられたプロパティの値を設定するよう試みます、そしてその値がレシーバによって受け入れられるかどうかを指し示すブール値を返します。

Declaration 宣言

func setProperty(_ property: Any?, 
          forKey key: Stream.PropertyKey) -> Bool

Parameters パラメータ

property

The value for key. keyに対する値。

key

The key for one of the receiver's properties. See Constants for a description of the available property-key constants and expected values. レシーバのもつプロパティの1つに対するキー。定数を利用可能なプロパティキー定数と期待される値の記述として見てください。

Return Value 戻り値

true if the value is accepted by the receiver, otherwise false. true、もしその値がレシーバによって受け入れられるならば、そうでなければfalse

See Also 参照

Configuring Streams ストリームを構成設定する