System::Reflection::PropertyInfo::GetValue metodu

PropertyInfo::GetValue(System::SharedPtr<System::Object>) method

Belirli bir nesneden özellik değerini alır.

System::SharedPtr<System::Object> System::Reflection::PropertyInfo::GetValue(System::SharedPtr<System::Object> obj)
ParametreTürAçıklama
objSystem::SharedPtr<System::Object>Object özelliğin okunacağı nesne.

ReturnValue

Belirtilen nesne için belirtilen özelliğin değeri.

Ayrıca Bakınız

PropertyInfo::GetValue(System::SharedPtr<System::Object>, System::ArrayPtr<System::SharedPtr<System::Object>>) method

Belirli bir nesneden özellik değerini alır.

System::SharedPtr<System::Object> System::Reflection::PropertyInfo::GetValue(System::SharedPtr<System::Object> obj, System::ArrayPtr<System::SharedPtr<System::Object>> indexer)
ParametreTürAçıklama
objSystem::SharedPtr<System::Object>Object özelliğin okunacağı nesne.
indeksleyiciSystem::ArrayPtr<System::SharedPtr<System::Object>>Bunlar, indeksli özellikler için isteğe bağlı indeks değerleridir. İndekslenmemiş özellikler için bu değer null olmalıdır.

ReturnValue

Belirtilen nesne için belirtilen özelliğin değeri.

Ayrıca Bakınız