Click or drag to resize
GeneratedInternalTypeHelperSetPropertyValue Method
SetPropertyValue

Namespace: XamlGeneratedNamespace
Assembly: Kjs.AppLife.Update.Wpf (in Kjs.AppLife.Update.Wpf.dll) Version: 5.1.0.0 (5.1.0.0)
Syntax
protected override void SetPropertyValue(
	PropertyInfo propertyInfo,
	Object target,
	Object value,
	CultureInfo culture
)

Parameters

propertyInfo
Type: System.ReflectionPropertyInfo

[Missing <param name="propertyInfo"/> documentation for "M:XamlGeneratedNamespace.GeneratedInternalTypeHelper.SetPropertyValue(System.Reflection.PropertyInfo,System.Object,System.Object,System.Globalization.CultureInfo)"]

target
Type: SystemObject

[Missing <param name="target"/> documentation for "M:XamlGeneratedNamespace.GeneratedInternalTypeHelper.SetPropertyValue(System.Reflection.PropertyInfo,System.Object,System.Object,System.Globalization.CultureInfo)"]

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:XamlGeneratedNamespace.GeneratedInternalTypeHelper.SetPropertyValue(System.Reflection.PropertyInfo,System.Object,System.Object,System.Globalization.CultureInfo)"]

culture
Type: System.GlobalizationCultureInfo

[Missing <param name="culture"/> documentation for "M:XamlGeneratedNamespace.GeneratedInternalTypeHelper.SetPropertyValue(System.Reflection.PropertyInfo,System.Object,System.Object,System.Globalization.CultureInfo)"]

See Also