Instance Property
インスタンスプロパティ
projectedValue
A projection of the observed object that creates bindings to its properties using dynamic member lookup.
監視対象オブジェクトのある投影、それはバインディングをそれのプロパティに対して動的メンバー検索を使って作成します。
Discussion
議論
Use the projected value to pass a binding value down a view hierarchy. To get the projectedValue
, prefix the property variable with $
.
投影値を使って、バインディング値をビュー階層に通達してください。projectedValue
を取得するには、プロパティ変数に$
で接頭辞を付けてください。
See Also
参照
Getting the Value
値を取得する
struct Wrapper
A wrapper of the underlying observable object that can create bindings to its properties using dynamic member lookup.
基礎をなす監視可能オブジェクトのあるラッパー、それはバインディングをそれのプロパティに対して動的メンバー検索を使って作成できます。