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>>ये इंडेक्स्ड प्रॉपर्टीज़ के लिए वैकल्पिक इंडेक्स मान हैं। गैर-इंडेक्स्ड प्रॉपर्टीज़ के लिए, यह मान null होना चाहिए।

ReturnValue

निर्दिष्ट ऑब्जेक्ट के लिए निर्दिष्ट प्रॉपर्टी का मान।

संबंधित देखें