InternalTypeHelper.SetPropertyValue Method

Definition

When overridden in a derived (generated) class, sets the value on an internal property on the target object.

protected public:
 abstract void SetPropertyValue(System::Reflection::PropertyInfo ^ propertyInfo, System::Object ^ target, System::Object ^ value, System::Globalization::CultureInfo ^ culture);
protected internal abstract void SetPropertyValue (System.Reflection.PropertyInfo propertyInfo, object target, object value, System.Globalization.CultureInfo culture);
abstract member SetPropertyValue : System.Reflection.PropertyInfo * obj * obj * System.Globalization.CultureInfo -> unit
Protected Friend MustOverride Sub SetPropertyValue (propertyInfo As PropertyInfo, target As Object, value As Object, culture As CultureInfo)

Parameters

propertyInfo
PropertyInfo

Property information for the property to set.

target
Object

The object that holds the desired property value.

value
Object

The value to set.

culture
CultureInfo

Culture specific information.

Remarks

The InternalTypeHelper class is not intended for use by anything other than the WPF XAML markup compiler.

Applies to