之间的绑定是如何ModelState从VisualState一种方式变为两种方式的?
在YouTube 上的 Exrin 介绍和这个 SO answerModelState中,声明了 the和 the VisualState(特别是ModelState-> VisualState)之间存在绑定。还指出绑定可以从一种方式更改为两种方式。
我环顾四周,确实找到了一个BindingType值为OneWayand的枚举TwoWay,但我找不到在哪里使用这些值。
之间的绑定是如何ModelState从VisualState一种方式变为两种方式的?
在YouTube 上的 Exrin 介绍和这个 SO answerModelState中,声明了 the和 the VisualState(特别是ModelState-> VisualState)之间存在绑定。还指出绑定可以从一种方式更改为两种方式。
我环顾四周,确实找到了一个BindingType值为OneWayand的枚举TwoWay,但我找不到在哪里使用这些值。