InternalTypeHelper.GetPropertyValue(PropertyInfo, Object, CultureInfo) 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, 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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.