我知道可以使用以下方式绑定到显式实现的属性:
"{Binding Path=(local:ISomeInterface.SomeProperty)}"
但是如果接口是通用的呢?
"{Binding Path=(local:ISomeInterface<TypeParama>.SomeProperty)}" ???
什么是神奇的语法?
我知道可以使用以下方式绑定到显式实现的属性:
"{Binding Path=(local:ISomeInterface.SomeProperty)}"
但是如果接口是通用的呢?
"{Binding Path=(local:ISomeInterface<TypeParama>.SomeProperty)}" ???
什么是神奇的语法?