IProvideValueTarget.TargetProperty Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an identifier for the target property being reported.
public:
property System::Object ^ TargetProperty { System::Object ^ get(); };
public object TargetProperty { get; }
member this.TargetProperty : obj
Public ReadOnly Property TargetProperty As Object
Property Value
An identifier for the target property being reported.
Remarks
The value can also be null
; see IProvideValueTarget.
WPF Usage Notes
For a dependency property, the default WPF service may return a DependencyProperty, such that the markup extension or type converter can use metadata. Otherwise, the returned object can be a PropertyInfo for a CLR property.