我有PropertyPath和對象實例。我需要更改屬性使用DependencyObject.SetValue(DependencyProperty ...)如何從PropertyPath獲取DependencyProperty?
1
A
回答
1
在你的情況,我懷疑你可以只使用PropertyPath.Path屬性作爲依賴屬性的名稱。一般而言,PropertyPath可能非常複雜,您需要在Path屬性上進行解析以查看它實際表示的內容。看看this page並閱讀備註部分以獲取更多信息。
0
如果這是一個UserControl或一個TemplateControl,你可以在你想覆蓋的屬性上使用「new」關鍵字。
相關問題
- 1. 如何獲取DependencyProperty的默認值
- 2. 從DependencyProperty獲取父對象PropertyChangedCallback
- 3. 如何正確設置PropertyPath
- 4. C#PropertyPath
- 5. DependencyProperty如何?
- 6. 如何獲取DependencyProperty動畫的中間值/步驟?
- 7. 如何在Silverlight中通過名稱獲取DependencyProperty?
- 8. 如何獲取DependencyProperty在Silverlight中使用它的值的類型?
- 9. 如何從UI自動化框架中獲取WPF UserControl DependencyProperty的值?
- 10. 獲取所有綁定到DependencyProperty
- 11. 比較PropertyPath值
- 12. 從一個DependencyProperty
- 13. TreeView:如何保留propertypath的Id?
- 14. 如何訂閱更改DependencyProperty?
- 15. 來自PropertyPath的屬性
- 16. 使用PropertyPath的silverlight標籤
- 17. WPF從ViewModel綁定到DependencyProperty
- 18. DrawingVisual的DependencyProperty不從父
- 19. WinRT DependencyProperty從未設置
- 20. 有沒有辦法使用PropertyPath類獲取對象的屬性值?
- 21. 如何從os.popen()獲取stderr?
- 22. 如何從ArrayList.subList獲取ArrayList?
- 23. 如何從indexPathsForSelectedRows獲取「行」?
- 24. 如何從iframe獲取id?
- 25. 如何從SFSafariViewController獲取URL?
- 26. 如何從Global.asax獲取OwinContext?
- 27. 如何從OAuthWebSecurity獲取ExtraData?
- 28. 如何從Facebook獲取access_token
- 29. 如何從IMessageSummary獲取MimeMessage?
- 30. 如何獲取從蔚藍
是否http://stackoverflow.com/a/11570213/幫助? –
給屏幕短或代碼更好的理解 –