InternalTypeHelper.GetPropertyValue(PropertyInfo, Object, CultureInfo) Method

Definition

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

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

Parameters

propertyInfo
PropertyInfo

Property information for the property to get.

target
Object

The object that holds the desired property value.

culture
CultureInfo

Culture specific information.

Returns

The value of the property.

Remarks

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

Applies to