System::Reflection::PropertyInfo::GetValue طريقة

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

يحصل على قيمة الخاصية من كائن محدد.

System::SharedPtr<System::Object> System::Reflection::PropertyInfo::GetValue(System::SharedPtr<System::Object> obj)
ParameterTypeالوصف
objSystem::SharedPtr<System::Object>Object لقراءة الخاصية من.

ReturnValue

قيمة الخاصية المحددة للكائن المحدد.

انظر أيضًا

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

يحصل على قيمة الخاصية من كائن محدد.

System::SharedPtr<System::Object> System::Reflection::PropertyInfo::GetValue(System::SharedPtr<System::Object> obj, System::ArrayPtr<System::SharedPtr<System::Object>> indexer)
ParameterTypeالوصف
objSystem::SharedPtr<System::Object>Object لقراءة الخاصية من.
فهرسSystem::ArrayPtr<System::SharedPtr<System::Object>>هذه قيم فهرسة اختيارية للخصائص المفهرسة. بالنسبة للخصائص غير المفهرسة، يجب أن تكون هذه القيمة فارغة.

ReturnValue

قيمة الخاصية المحددة للكائن المحدد.

انظر أيضًا