실버

1

에 명시 적으로 구현 일반적인 인터페이스에 바인딩 나는 이런 식으로 뭔가를 사용하여 explictily 구현 속성에 바인딩 할 가능성이 이해?실버

"{Binding Path=(local:ISomeInterface<TypeParama>.SomeProperty)}" ??? 

마법 구문은 무엇입니까?

답변

0

나는 당신이 주변에 빠른 작업을 필요로하는 경우, 당신은 단순히 당신의 재산, 즉 :

public int SomePropertyYouCanBindTo 
    { 
    get 
     { 
     return (this as ISomeInterface<TypeParameter>).SomeProperty; 
..... etc 
을 캡슐화 수, 일반적인 인터페이스에 바인딩 구문을 알고 있지만하지 않습니다