InternalTypeHelper.SetPropertyValue Method
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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.