Bagikan melalui


InternalTypeHelper.GetPropertyValue(PropertyInfo, Object, CultureInfo) Metode

Definisi

Ketika ditimpa dalam kelas turunan (dihasilkan), mendapatkan nilai properti internal pada objek target.

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

Parameter

propertyInfo
PropertyInfo

Informasi properti untuk didapatkan properti.

target
Object

Objek yang menyimpan nilai properti yang diinginkan.

culture
CultureInfo

Informasi spesifik budaya.

Mengembalikan

Nilai properti .

Keterangan

Kelas InternalTypeHelper ini tidak dimaksudkan untuk digunakan oleh apa pun selain kompilator markup WPF XAML.

Berlaku untuk