PropertyPath Constructor (Object)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the PropertyPath class.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- parameter
- Type: System.Object
A dependency property identifier, or a property path string.
In Windows Phone, you typically construct a PropertyPath based on a string, regardless of intended usage.
Important Note: |
|---|
If you construct a PropertyPath from a DependencyProperty, that PropertyPath is not usable as a Binding.Path. The Path value for the constructed PropertyPath is the string value (0), which is a sentinel value used by the binding engine for an invalid path. |
Important Note: