Click or drag to resize
GeneratedInternalTypeHelperGetPropertyValue Method
GetPropertyValue

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 Object GetPropertyValue(
	PropertyInfo propertyInfo,
	Object target,
	CultureInfo culture
)

Parameters

propertyInfo
Type: System.ReflectionPropertyInfo

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

target
Type: SystemObject

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

culture
Type: System.GlobalizationCultureInfo

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

Return Value

Type: Object

[Missing <returns> documentation for "M:XamlGeneratedNamespace.GeneratedInternalTypeHelper.GetPropertyValue(System.Reflection.PropertyInfo,System.Object,System.Globalization.CultureInfo)"]

See Also