IProvideValueTarget.TargetProperty Property

Definition

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.

Applies to

See also