System::Reflection::PropertyInfo::GetValue method

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

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

System::SharedPtr<System::Object> System::Reflection::PropertyInfo::GetValue(System::SharedPtr<System::Object> obj)
معاملنوعالوصف
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)
معاملنوعالوصف
objSystem::SharedPtr<System::Object>Object لقراءة الخاصية منه.
فهرسSystem::ArrayPtr<System::SharedPtr<System::Object>>هذه قيم فهرسة اختيارية للخصائص المفهرسة. بالنسبة للخصائص غير المفهرسة، يجب أن تكون هذه القيمة فارغة.

ReturnValue

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

انظر أيضًا